mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
version 2.0.0 (#116)
* Feature/private key (#71) * * rename private-key to key * * update CI * * update README / CHANGELOG * Feature/rename known hosts (#72) * * rename known-hosts to known_hosts * * update CI * * update README * * update CHANGELOG * * update README * Feature/known hosts required (#73) * * make known-hosts required * * update CI * * update README * * update CHANGELOG * * update README * Feature/docs v2 (#80) * * update version in README * * update badge URL * * remove duplicated reference * * update versions * * fix CHANGELOG * * fix version
This commit is contained in:
parent
c01e9a6abf
commit
5f6cc712bb
12 changed files with 58 additions and 47 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.0.0] - 2020-02-08
|
||||
|
||||
### Changed
|
||||
|
||||
* rename `private-key` to `key`
|
||||
* rename `known-hosts` to `known_hosts`
|
||||
* make `known_hosts` required
|
||||
|
||||
## [1.6.5] - 2020-02-08
|
||||
|
||||
### Others
|
||||
|
@ -83,7 +91,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|||
|
||||
* First release.
|
||||
|
||||
[Unreleased]: https://github.com/shimataro/ssh-key-action/compare/v1.6.5...HEAD
|
||||
[Unreleased]: https://github.com/shimataro/ssh-key-action/compare/v2.0.0...HEAD
|
||||
[2.0.0]: https://github.com/shimataro/ssh-key-action/compare/v1.6.5...v2.0.0
|
||||
[1.6.5]: https://github.com/shimataro/ssh-key-action/compare/v1.6.4...v1.6.5
|
||||
[1.6.4]: https://github.com/shimataro/ssh-key-action/compare/v1.6.3...v1.6.4
|
||||
[1.6.3]: https://github.com/shimataro/ssh-key-action/compare/v1.6.2...v1.6.3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue