Skip to content

Commit

Permalink
Update VERSION and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
iyangsj committed Jul 18, 2024
1 parent 60176a7 commit 04bd6b5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [v0.15.0] - 2024-07-18

### Added
- Support building for the `aarch64-apple-ios-sim` target
- Support customized connection id generators
- Add `quic_packet_header_info()` to extract cid-related info from quic packets
- Add `quic_conn_path_stats` to get path level stats
- Add configuration for pacing granularity
- Tweak packet number encoding

### Fixed
- Replace the hashlru crate with the lru crate


## [v0.14.0] - 2024-07-11

### Added
Expand Down Expand Up @@ -262,6 +276,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Provide example clients and servers.


[v0.15.0]: https://github.com/tencent/tquic/compare/v0.14.0...v0.15.0
[v0.14.0]: https://github.com/tencent/tquic/compare/v0.13.0...v0.14.0
[v0.13.0]: https://github.com/tencent/tquic/compare/v0.12.0...v0.13.0
[v0.12.0]: https://github.com/tencent/tquic/compare/v0.11.0...v0.12.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tquic"
version = "0.14.0"
version = "0.15.0"
edition = "2021"
rust-version = "1.70.0"
license = "Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions tools/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tquic_tools"
version = "0.14.0"
version = "0.15.0"
edition = "2021"
rust-version = "1.70.0"
license = "Apache-2.0"
Expand All @@ -23,7 +23,7 @@ rand = "0.8.5"
statrs = "0.16"
jemallocator = { version = "0.5", package = "tikv-jemallocator" }
signal-hook = "0.3.17"
tquic = { path = "..", version = "0.14.0"}
tquic = { path = "..", version = "0.15.0"}

[lib]
crate-type = ["lib"]
Expand Down

0 comments on commit 04bd6b5

Please sign in to comment.