Skip to content

Commit 837683a

Browse files
chore: release (#46)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 873d6ea commit 837683a

File tree

6 files changed

+21
-3
lines changed

6 files changed

+21
-3
lines changed

web-transport-quinn/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.3.4](https://github.com/kixelated/web-transport-rs/compare/web-transport-quinn-v0.3.3...web-transport-quinn-v0.3.4) - 2024-10-26
10+
11+
### Other
12+
13+
- Derive PartialEq for Session. ([#45](https://github.com/kixelated/web-transport-rs/pull/45))
14+
915
## [0.3.3](https://github.com/kixelated/web-transport-rs/compare/web-transport-quinn-v0.3.2...web-transport-quinn-v0.3.3) - 2024-09-03
1016

1117
### Other

web-transport-quinn/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.3.3"
8+
version = "0.3.4"
99
edition = "2021"
1010

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

web-transport-wasm/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.4.1](https://github.com/kixelated/web-transport-rs/compare/web-transport-wasm-v0.4.0...web-transport-wasm-v0.4.1) - 2024-10-26
10+
11+
### Other
12+
13+
- Derive PartialEq for Session. ([#45](https://github.com/kixelated/web-transport-rs/pull/45))
14+
915
## [0.3.2](https://github.com/kixelated/web-transport-rs/compare/web-transport-wasm-v0.3.1...web-transport-wasm-v0.3.2) - 2024-08-15
1016

1117
### Other

web-transport-wasm/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.4.0"
8+
version = "0.4.1"
99
edition = "2021"
1010

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

web-transport/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.6.1](https://github.com/kixelated/web-transport-rs/compare/web-transport-v0.6.0...web-transport-v0.6.1) - 2024-10-26
10+
11+
### Other
12+
13+
- Derive PartialEq for Session. ([#45](https://github.com/kixelated/web-transport-rs/pull/45))
14+
915
## [0.5.1](https://github.com/kixelated/web-transport-rs/compare/web-transport-v0.5.0...web-transport-v0.5.1) - 2024-08-15
1016

1117
### Other

web-transport/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.6.0"
8+
version = "0.6.1"
99
edition = "2021"
1010

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

0 commit comments

Comments
 (0)