Skip to content

Commit ac542f3

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

File tree

8 files changed

+35
-6
lines changed

8 files changed

+35
-6
lines changed

web-transport-proto/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.2.5](https://github.com/kixelated/web-transport-rs/compare/web-transport-proto-v0.2.4...web-transport-proto-v0.2.5) - 2025-03-26
10+
11+
### Other
12+
13+
- Added Ring feature flag ([#68](https://github.com/kixelated/web-transport-rs/pull/68))
14+
915
## [0.2.4](https://github.com/kixelated/web-transport-rs/compare/web-transport-proto-v0.2.3...web-transport-proto-v0.2.4) - 2025-01-15
1016

1117
### 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.4"
8+
version = "0.2.5"
99
edition = "2021"
1010

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

web-transport-quinn/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.5.1](https://github.com/kixelated/web-transport-rs/compare/web-transport-quinn-v0.5.0...web-transport-quinn-v0.5.1) - 2025-03-26
10+
11+
### Fixed
12+
13+
- completely remove aws-lc when feature is off ([#69](https://github.com/kixelated/web-transport-rs/pull/69))
14+
15+
### Other
16+
17+
- Added Ring feature flag ([#68](https://github.com/kixelated/web-transport-rs/pull/68))
18+
- Adding with_unreliable shim functions to wasm/quinn ClientBuilders for easier generic use ([#64](https://github.com/kixelated/web-transport-rs/pull/64))
19+
920
## [0.5.0](https://github.com/kixelated/web-transport-rs/compare/web-transport-quinn-v0.4.1...web-transport-quinn-v0.5.0) - 2025-01-26
1021

1122
### 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.5.0"
8+
version = "0.5.1"
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.5](https://github.com/kixelated/web-transport-rs/compare/web-transport-wasm-v0.4.4...web-transport-wasm-v0.4.5) - 2025-03-26
10+
11+
### Other
12+
13+
- Fix typo in build.rs ([#62](https://github.com/kixelated/web-transport-rs/pull/62))
14+
915
## [0.4.4](https://github.com/kixelated/web-transport-rs/compare/web-transport-wasm-v0.4.3...web-transport-wasm-v0.4.4) - 2025-01-26
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.4"
8+
version = "0.4.5"
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.8.1](https://github.com/kixelated/web-transport-rs/compare/web-transport-v0.8.0...web-transport-v0.8.1) - 2025-03-26
10+
11+
### Other
12+
13+
- Adding with_unreliable shim functions to wasm/quinn ClientBuilders for easier generic use ([#64](https://github.com/kixelated/web-transport-rs/pull/64))
14+
915
## [0.8.0](https://github.com/kixelated/web-transport-rs/compare/web-transport-v0.7.1...web-transport-v0.8.0) - 2025-01-26
1016

1117
### Other

web-transport/Cargo.toml

Lines changed: 3 additions & 3 deletions
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.8.0"
8+
version = "0.8.1"
99
edition = "2021"
1010

1111
keywords = ["quic", "http3", "webtransport"]
@@ -19,7 +19,7 @@ thiserror = "2"
1919
url = "2"
2020

2121
[target.'cfg(target_arch = "wasm32")'.dependencies]
22-
web-transport-wasm = { version = "0.4.4", path = "../web-transport-wasm" }
22+
web-transport-wasm = { version = "0.4.5", path = "../web-transport-wasm" }
2323

2424
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
25-
web-transport-quinn = { version = "0.5.0", path = "../web-transport-quinn" }
25+
web-transport-quinn = { version = "0.5.1", path = "../web-transport-quinn" }

0 commit comments

Comments
 (0)