mirror of
https://github.com/nwtgck/handy-sshd.git
synced 2025-06-08 15:13:17 +00:00
bump: 0.2.1
This commit is contained in:
parent
54f0a6069e
commit
4ba028c8a1
2 changed files with 7 additions and 2 deletions
|
@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.2.1] - 2023-08-09
|
||||||
|
### Changed
|
||||||
|
* Update dependencies
|
||||||
|
|
||||||
## [0.2.0] - 2023-08-09
|
## [0.2.0] - 2023-08-09
|
||||||
### Added
|
### Added
|
||||||
* Add permissions
|
* Add permissions
|
||||||
|
@ -16,5 +20,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
||||||
### Added
|
### Added
|
||||||
* Initial release
|
* Initial release
|
||||||
|
|
||||||
[Unreleased]: https://github.com/nwtgck/handy-sshd/compare/v0.2.0...HEAD
|
[Unreleased]: https://github.com/nwtgck/handy-sshd/compare/v0.2.1...HEAD
|
||||||
|
[0.2.1]: https://github.com/nwtgck/handy-sshd/compare/v0.2.0...v0.2.1
|
||||||
[0.2.0]: https://github.com/nwtgck/handy-sshd/compare/v0.1.0...v0.2.0
|
[0.2.0]: https://github.com/nwtgck/handy-sshd/compare/v0.1.0...v0.2.0
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
package version
|
package version
|
||||||
|
|
||||||
const Version = "0.2.0"
|
const Version = "0.2.1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue