mirror of
https://github.com/nwtgck/handy-sshd.git
synced 2025-06-08 07:03:04 +00:00
bump: 0.3.0
This commit is contained in:
parent
8aa0cf8b37
commit
5068de6f1f
2 changed files with 11 additions and 2 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -5,6 +5,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.3.0] - 2023-08-11
|
||||
### Added
|
||||
* Support Unix domain socket local port forwarding
|
||||
* Support Unix domain socket remote port forwarding
|
||||
|
||||
### Fixed
|
||||
* Handle multiple global requests simultaneously
|
||||
|
||||
## [0.2.1] - 2023-08-09
|
||||
### Changed
|
||||
* Update dependencies
|
||||
|
@ -20,6 +28,7 @@ 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.2.1...HEAD
|
||||
[Unreleased]: https://github.com/nwtgck/handy-sshd/compare/v0.3.0...HEAD
|
||||
[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.0]: https://github.com/nwtgck/handy-sshd/compare/v0.1.0...v0.2.0
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
package version
|
||||
|
||||
const Version = "0.2.1"
|
||||
const Version = "0.3.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue