Skip to content

Commit

Permalink
Bump version to 0.3.0 and add to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed Feb 28, 2023
1 parent ab6b617 commit 87936ac
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ Line wrap the file at 100 chars. Th


## [Unreleased]


## [0.3.0] - 2023-02-28
### Added
- Add support for disabling the Nagle algorithm by setting `TcpOptions.nodelay
= true`, and expose it as a `--nodelay` flag on the `udp2tcp` and `tcp2udp`
binaries.
- Add support for disabling the Nagle algorithm by setting `TcpOptions.nodelay = true`,
and expose it as a `--nodelay` flag on the `udp2tcp` and `tcp2udp` binaries.

### Fixed
- When `tcp2udp` is run, select the address family for the UDP socket based on the
Expand All @@ -35,6 +37,7 @@ Line wrap the file at 100 chars. Th
- Upgrade to `clap 4` instead of `structopt`.
- MSRV increased to 1.64.0 due to `clap` upgrade.


## [0.2.0] - 2022-03-23
### Added
- Add a helper build script (`build-static-bins.sh`) to build the binaries
Expand All @@ -54,5 +57,6 @@ Line wrap the file at 100 chars. Th

... And more. We never really cut any 0.1.0 release


## [0.1.0] - ?
There never was a real 0.1.0 release. We just kept using the main branch commits
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 = "udp-over-tcp"
version = "0.2.0"
version = "0.3.0"
authors = ["Mullvad VPN"]
license = "MIT OR Apache-2.0"
description = "Tunnel UDP traffic inside a TCP stream. Each datagram is prefixed with a 16 bit unsigned integer containing the length"
Expand Down

0 comments on commit 87936ac

Please sign in to comment.