Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed Jan 2, 2024
1 parent 517b970 commit 458100e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,14 @@ Line wrap the file at 100 chars. Th


## [Unreleased]


## [0.4.0] - 2024-01-02
### Changed
- Add (optional) statsd metrics reporting support to `tcp2udp` binary and library module when the
`statsd` cargo feature is enabled.
- Breaking: Make options structs and error enums `#[non_exhaustive]` in order to allow adding more
fields to them later without being breaking changes then.


## [0.3.1] - 2023-10-25
Expand Down
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.3.1"
version = "0.4.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 458100e

Please sign in to comment.