mirror of
https://github.com/nwtgck/handy-sshd.git
synced 2025-06-08 15:13:17 +00:00
Merge tag 'v0.4.2' into develop
no message
This commit is contained in:
commit
2b6594cea3
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.4.2] - 2023-04-05
|
||||||
|
### Changed
|
||||||
|
* Update dependencies
|
||||||
|
|
||||||
## [0.4.1] - 2023-09-13
|
## [0.4.1] - 2023-09-13
|
||||||
### Changed
|
### Changed
|
||||||
* Update dependencies
|
* Update dependencies
|
||||||
|
@ -40,7 +44,8 @@ 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.4.1...HEAD
|
[Unreleased]: https://github.com/nwtgck/handy-sshd/compare/v0.4.2...HEAD
|
||||||
|
[0.4.2]: https://github.com/nwtgck/handy-sshd/compare/v0.4.1...v0.4.2
|
||||||
[0.4.1]: https://github.com/nwtgck/handy-sshd/compare/v0.4.0...v0.4.1
|
[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.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.3.0]: https://github.com/nwtgck/handy-sshd/compare/v0.2.1...v0.3.0
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
package version
|
package version
|
||||||
|
|
||||||
const Version = "0.4.1"
|
const Version = "0.4.2"
|
||||||
|
|
Loading…
Add table
Reference in a new issue