Skip to content

Commit 0d5704e

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

File tree

8 files changed

+52
-4
lines changed

8 files changed

+52
-4
lines changed

web-transport-proto/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
9+
## [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
10+
11+
### Other
12+
- Some more documentation. ([#34](https://github.com/kixelated/web-transport-rs/pull/34))

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.1"
8+
version = "0.2.2"
99
edition = "2021"
1010

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

web-transport-quinn/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
9+
## [0.3.2](https://github.com/kixelated/web-transport-rs/compare/web-transport-quinn-v0.3.1...web-transport-quinn-v0.3.2) - 2024-08-15
10+
11+
### Other
12+
- Some more documentation. ([#34](https://github.com/kixelated/web-transport-rs/pull/34))

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.1"
8+
version = "0.3.2"
99
edition = "2021"
1010

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

web-transport-wasm/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
9+
## [0.3.1](https://github.com/kixelated/web-transport-rs/compare/web-transport-wasm-v0.3.0...web-transport-wasm-v0.3.1) - 2024-08-15
10+
11+
### Other
12+
- Some more documentation. ([#34](https://github.com/kixelated/web-transport-rs/pull/34))

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.3.0"
8+
version = "0.3.1"
99
edition = "2021"
1010

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

web-transport/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
9+
## [0.5.1](https://github.com/kixelated/web-transport-rs/compare/web-transport-v0.5.0...web-transport-v0.5.1) - 2024-08-15
10+
11+
### Other
12+
- Some more documentation. ([#34](https://github.com/kixelated/web-transport-rs/pull/34))

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.5.0"
8+
version = "0.5.1"
99
edition = "2021"
1010

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

0 commit comments

Comments
 (0)