Skip to content

Commit

Permalink
Update VERSION and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTeg committed Feb 25, 2025
1 parent 33da43c commit b469f62
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@ 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).


## [v1.6.0] - 2025-02-25

### Added

### Fixed
- Fix packets_acked event for qlog
- Fix the issue where sending coalesced packets occasionally causes a panic
- Fix code lint
- Fix spelling mistakes


## [v1.5.0] - 2024-11-08

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


[v1.6.0]: https://github.com/tencent/tquic/compare/v1.5.0...v1.6.0
[v1.5.0]: https://github.com/tencent/tquic/compare/v1.4.0...v1.5.0
[v1.4.0]: https://github.com/tencent/tquic/compare/v1.3.1...v1.4.0
[v1.3.1]: https://github.com/tencent/tquic/compare/v1.3.0...v1.3.1
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 = "1.5.0"
version = "1.6.0"
edition = "2021"
rust-version = "1.70.0"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion tools/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tquic_tools"
version = "1.5.0"
version = "1.6.0"
edition = "2021"
rust-version = "1.70.0"
license = "Apache-2.0"
Expand Down

0 comments on commit b469f62

Please sign in to comment.