Skip to content

Commit

Permalink
bump: 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nwtgck committed Apr 23, 2021
1 parent 23fa08f commit 1abead2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,24 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)

## [Unreleased]

## [0.9.0] - 2021-04-23
### Added
* Create pmux, which is a multiplexer specialized in Piping Server
* Add --host to specify target host for server host
* Support SOCKS4 and SOCKS4a
* Use HTTP/2 by default when the server supports
* Add --verbose for logging
* Add --unix-socket flags in server and client hosts

### Changed
* Make --yamux attach `Content-Type: application/yamux`
* (breaking change) Rename --c-to-s-buf-size to --cs-buf-size in server host
* (breaking change) Rename --s-to-c-buf-size to --sc-buf-size in client host

## [0.8.0] - 2021-01-01
### Added
* Add -c flag to symmetrically
* Add a feature of encrypting with OpenPGP
* Add a feature of encrypting with OpenPGP
* Add a feature of encrypting with AES-CTR
* Add --cipher-type flag

Expand Down Expand Up @@ -76,7 +90,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
### Added
* Initial release

[Unreleased]: https://github.com/nwtgck/go-piping-tunnel/compare/v0.8.0...HEAD
[Unreleased]: https://github.com/nwtgck/go-piping-tunnel/compare/v0.9.0...HEAD
[0.9.0]: https://github.com/nwtgck/go-piping-tunnel/compare/v0.8.0...v0.9.0
[0.8.0]: https://github.com/nwtgck/go-piping-tunnel/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/nwtgck/go-piping-tunnel/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/nwtgck/go-piping-tunnel/compare/v0.5.0...v0.6.0
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package version

const Version = "0.8.0"
const Version = "0.9.0"

0 comments on commit 1abead2

Please sign in to comment.