Merge tag 'v0.2.0' into develop

no message
This commit is contained in:
Ryo Ota 2023-08-10 03:49:36 +09:00
commit faf81be83c
2 changed files with 10 additions and 2 deletions

View file

@ -5,8 +5,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
## [Unreleased] ## [Unreleased]
## [0.2.0] - 2023-08-09
### Added
* Add permissions
### Changed
* Require one user at least
## 0.1.0 - 2023-08-08 ## 0.1.0 - 2023-08-08
### Added ### Added
* Initial release * Initial release
[Unreleased]: https://github.com/nwtgck/handy-sshd/compare/v0.1.0...HEAD [Unreleased]: https://github.com/nwtgck/handy-sshd/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/nwtgck/handy-sshd/compare/v0.1.0...v0.2.0

View file

@ -1,3 +1,3 @@
package version package version
const Version = "0.1.0" const Version = "0.2.0"