Skip to content

Commit

Permalink
Prepare a v0.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mpdude committed Oct 19, 2022
1 parent 8a9e20a commit 836c84e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## v0.7.0 [2022-10-19]

### Added

* Add the `log-public-key` input that can be used to turn off logging key identities (#122)

### Fixed

* Fix path to `git` binary on Windows, assuming GitHub-hosted runners (#136, #137)
* Fix a nonsensical log message (#139)

## v0.6.0 [2022-10-19]

Expand All @@ -32,7 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

* Fixed cleanup phase to really terminate the ssh-agent (#80)
* Fix termination of ssh-agent also on workflow faiulre (#79)
* Fix termination of ssh-agent also on workflow failure (#79)

### Changed

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "webfactory-action-ssh-agent",
"repository": "[email protected]:webfactory/ssh-agent.git",
"description": "GitHub Action to set up ssh-agent with a private SSH key",
"version": "0.6.0",
"version": "0.7.0",
"main": "index.js",
"author": "webfactory GmbH <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 836c84e

Please sign in to comment.