Skip to content

Commit 24aaabc

Browse files
committed
chore: Release
1 parent d273286 commit 24aaabc

File tree

4 files changed

+27
-5
lines changed

4 files changed

+27
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
### Removed
1717

1818

19+
20+
## [0.2.0] - 2025-12-10
21+
22+
### Added
23+
24+
### Changed
25+
26+
### Removed
27+
28+
1929
<!-- next-url -->
20-
[Unreleased]: https://github.com/datrs/async-udx/compare/v0.1.0...HEAD
30+
[Unreleased]: https://github.com/datrs/async-udx/compare/v0.2.0...HEAD
31+
[0.2.0]: https://github.com/datrs/async-udx/compare/v0.1.0...v0.2.0

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "udx"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2024"
55
license = "MIT OR Apache-2.0"
66
description = "Rust port of libudx, a protocol for reliable, multiplex, and congestion controlled streams over udp"
@@ -23,7 +23,7 @@ futures = "0.3.25"
2323
tracing = "0.1.37"
2424
bytes = "1.2.1"
2525
log = "0.4.17"
26-
udx-udp = { version = "0.1.0", path = "./udx-udp" }
26+
udx-udp = { version = "0.2.0", path = "./udx-udp" }
2727
atomic-instant = "0.1.1"
2828
parking_lot = "0.12.1"
2929

udx-udp/CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
### Removed
1717

1818

19+
20+
## [0.2.0] - 2025-12-10
21+
22+
### Added
23+
24+
### Changed
25+
26+
### Removed
27+
28+
1929
<!-- next-url -->
20-
[Unreleased]: https://github.com/datrs/async-udx/compare/v0.1.0...HEAD
30+
[Unreleased]: https://github.com/datrs/async-udx/compare/udx-udp-v0.2.0...HEAD
31+
[0.2.0]: https://github.com/datrs/async-udx/compare/v0.1.0...udx-udp-v0.2.0

udx-udp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "udx-udp"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
license = "MIT OR Apache-2.0"
55
repository = "https://github.com/quinn-rs/quinn"
66
description = "UDP sockets with ECN information for the QUIC transport protocol"

0 commit comments

Comments
 (0)