Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
wdhongtw committed Dec 1, 2020
1 parent 083ee72 commit 3371741
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to the "gpg-indicator" extension will be documented in this

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## [0.3.2] - 2020-12-01
### Fixed
- Remove the limitation of scope of Git configuration values

## [0.3.1] - 2020-11-20
### Added
- Add information message for unlock action
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ You can also also unlock the key by clicking the status bar element. :D

## Features

This extension will show the status of GPG signing key in status bar if your local project folder `.git` or any other default `.gitconfig` configuration file (e.g. `~/.gitconfig`):
This extension will show the status of GPG signing key in status bar if your local
`.git/config` or any other default `.gitconfig` configuration file (e.g. `~/.gitconfig`):

- has set `commit.gpgSign` as `true` for git, and
- has set `user.signingKey` with GPG key ID for git
Expand Down Expand Up @@ -38,6 +39,10 @@ Multi-folder workspace is not supported yet.

## Release Notes

### 0.3.2

Remove the limitation of scope of Git configuration values.

### 0.3.1

Add message for unlock action and fix security issue.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"name": "Weida Hong",
"url": "https://blog.bitisle.net"
},
"version": "0.3.1",
"version": "0.3.2",
"publisher": "wdhongtw",
"engines": {
"vscode": "^1.45.0"
Expand Down

0 comments on commit 3371741

Please sign in to comment.