Skip to content

Commit

Permalink
bump: 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nwtgck committed Feb 18, 2022
1 parent 1831a55 commit 2d7bcb6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)

## [Unreleased]

## [0.3.0] - 2022-02-18
### Changed
* Update dependencies

### Added
* Support UDP

## [0.2.1] - 2022-01-30
### Changed
* (internal) Reduce allocation when connecting
Expand All @@ -18,6 +25,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
### Added
* Initial release

[Unreleased]: https://github.com/nwtgck/yamux-cli-rust/compare/v0.2.1...HEAD
[Unreleased]: https://github.com/nwtgck/yamux-cli-rust/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/nwtgck/yamux-cli-rust/compare/v0.2.1...v0.3.0
[0.2.1]: https://github.com/nwtgck/yamux-cli-rust/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/nwtgck/yamux-cli-rust/compare/v0.1.0...v0.2.0
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yamux-cli"
version = "0.2.1"
version = "0.3.0"
edition = "2021"

[[bin]]
Expand Down

0 comments on commit 2d7bcb6

Please sign in to comment.