bump: 0.2.0

This commit is contained in:
Ryo Ota 2023-08-10 03:49:30 +09:00
parent 9af7dd047f
commit d41dabd212
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]
## [0.2.0] - 2023-08-09
### Added
* Add permissions
### Changed
* Require one user at least
## 0.1.0 - 2023-08-08
### Added
* 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
const Version = "0.1.0"
const Version = "0.2.0"