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 Jan 16, 2025
1 parent fa18079 commit d636a05
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ 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.7.3] - 2025-01-16
### Added
- Add experimental support for TCP-based agent connection
- Add tests to enhance development experience
### Changed
- Adopt inversion of control for core business logic
### Fixed
- Fix parsing logic for different favor of line break sequence
- Correct the lock releasing logic in our mutex implementation

## [0.7.2] - 2023-08-27
### Fixed
- Fix a bug which breaks the passphrase cache function
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ and the key ID is the hex string after the algorithm identifier.

## Release Notes

### 0.7.3

Experimental support for Windows and minor bug fixes.

### 0.7.2

Fix a bug which breaks the passphrase cache function.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"name": "Weida Hong",
"url": "https://blog.bitisle.net"
},
"version": "0.7.2",
"version": "0.7.3",
"publisher": "wdhongtw",
"engines": {
"vscode": "^1.73.0"
Expand Down

0 comments on commit d636a05

Please sign in to comment.