1
0
Fork 0
mirror of https://github.com/shimataro/ssh-key-action.git synced 2025-06-19 22:52:10 +10:00

* update changelog (#81)

This commit is contained in:
shimataro 2020-01-19 12:29:53 +09:00 committed by GitHub
parent 9498a2547e
commit 277f0942be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,31 +7,35 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased] ## [Unreleased]
### Fixed
* Some bugfixes
## [1.6.0] - 2020-01-18 ## [1.6.0] - 2020-01-18
### Changed ### Changed
* `public-key` is no longer necessarily * `public-key` is no longer necessarily
## [1.5.0] ## [1.5.0] - 2019/12/30
### Changed ### Changed
* Append contents of `config` and `known_hosts` when called multiple times. * Append contents of `config` and `known_hosts` when called multiple times.
## [1.4.0] ## [1.4.0] - 2019/12/22
### Added ### Added
* `config` option * `config` option
## [1.3.0] ## [1.3.0] - 2019/09/29
### Added ### Added
* `known-hosts` option * `known-hosts` option
## [1.2.0] ## [1.2.0] - 2019/09/22
### Fixed ### Fixed
@ -42,14 +46,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
* Install only `dependencies` packages. * Install only `dependencies` packages.
## [1.1.0] ## [1.1.0] - 2019/09/19
### Others ### Others
* Support Visual Studio Code officially. * Support Visual Studio Code officially.
* Use GitHub Actions for build test. * Use GitHub Actions for build test.
## [1.0.0] ## [1.0.0] - 2019/09/18
* First release. * First release.