mirror of
https://github.com/nwtgck/handy-sshd.git
synced 2025-06-07 14:43:05 +00:00
bump: 0.4.3
This commit is contained in:
parent
f3231aec39
commit
2977f90966
2 changed files with 10 additions and 2 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -5,7 +5,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.4.2] - 2023-04-05
|
## [0.4.3] - 2024-05-27
|
||||||
|
### Changed
|
||||||
|
* Update dependencies
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
* Wait non-nil process when pty open failed
|
||||||
|
|
||||||
|
## [0.4.2] - 2024-04-05
|
||||||
### Changed
|
### Changed
|
||||||
* Update dependencies
|
* Update dependencies
|
||||||
|
|
||||||
|
@ -45,6 +52,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
||||||
* Initial release
|
* Initial release
|
||||||
|
|
||||||
[Unreleased]: https://github.com/nwtgck/handy-sshd/compare/v0.4.2...HEAD
|
[Unreleased]: https://github.com/nwtgck/handy-sshd/compare/v0.4.2...HEAD
|
||||||
|
[0.4.3]: https://github.com/nwtgck/handy-sshd/compare/v0.4.2...v0.4.3
|
||||||
[0.4.2]: https://github.com/nwtgck/handy-sshd/compare/v0.4.1...v0.4.2
|
[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
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
package version
|
package version
|
||||||
|
|
||||||
const Version = "0.4.2"
|
const Version = "0.4.3"
|
||||||
|
|
Loading…
Add table
Reference in a new issue