Skip to content

Commit 2dcc5f2

Browse files
chore: release (#40)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1d19605 commit 2dcc5f2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

web-transport-proto/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.2.3](https://github.com/kixelated/web-transport-rs/compare/web-transport-proto-v0.2.2...web-transport-proto-v0.2.3) - 2024-09-02
10+
11+
### Other
12+
- Don't set the N bit for literals. ([#41](https://github.com/kixelated/web-transport-rs/pull/41))
13+
914
## [0.2.2](https://github.com/kixelated/web-transport-rs/compare/web-transport-proto-v0.2.1...web-transport-proto-v0.2.2) - 2024-08-15
1015

1116
### Other

web-transport-proto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Luke Curley"]
55
repository = "https://github.com/kixelated/web-transport-rs"
66
license = "MIT OR Apache-2.0"
77

8-
version = "0.2.2"
8+
version = "0.2.3"
99
edition = "2021"
1010

1111
keywords = ["quic", "http3", "webtransport"]

0 commit comments

Comments
 (0)