Merge tag 'v0.4.0' into develop

no message
This commit is contained in:
Ryo Ota 2023-08-11 21:52:06 +09:00
commit 886d93ba25
2 changed files with 11 additions and 2 deletions

View file

@ -5,6 +5,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
## [Unreleased] ## [Unreleased]
## [0.4.0] - 2023-08-11
### Added
* Add `-u` short flag for `--user`
* Support "cancel-tcpip-forward" and "cancel-streamlocal-forward@openssh.com"
### Changed
* Add more examples to help message
## [0.3.0] - 2023-08-11 ## [0.3.0] - 2023-08-11
### Added ### Added
* Support Unix domain socket local port forwarding * Support Unix domain socket local port forwarding
@ -28,7 +36,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.3.0...HEAD [Unreleased]: https://github.com/nwtgck/handy-sshd/compare/v0.4.0...HEAD
[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
[0.2.1]: https://github.com/nwtgck/handy-sshd/compare/v0.2.0...v0.2.1 [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

View file

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