Merge tag 'v0.4.1' into develop

no message
This commit is contained in:
Ryo Ota 2023-09-13 21:23:57 +09:00
commit 04d5f34d73
2 changed files with 7 additions and 2 deletions

View file

@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
## [Unreleased]
## [0.4.1] - 2023-09-13
### Changed
* Update dependencies
## [0.4.0] - 2023-08-11
### Added
* Add `-u` short flag for `--user`
@ -36,7 +40,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
### Added
* Initial release
[Unreleased]: https://github.com/nwtgck/handy-sshd/compare/v0.4.0...HEAD
[Unreleased]: https://github.com/nwtgck/handy-sshd/compare/v0.4.1...HEAD
[0.4.1]: https://github.com/nwtgck/handy-sshd/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/nwtgck/handy-sshd/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/nwtgck/handy-sshd/compare/v0.2.1...v0.3.0
[0.2.1]: https://github.com/nwtgck/handy-sshd/compare/v0.2.0...v0.2.1

View file

@ -1,3 +1,3 @@
package version
const Version = "0.4.0"
const Version = "0.4.1"