Skip to content

Commit 2a57740

Browse files
authored
Merge pull request Tencent#439 from Tencent/master
Release/v1.6.0
2 parents 33da43c + d87a9a0 commit 2a57740

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1111
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1212

1313

14+
## [v1.6.0] - 2025-02-25
15+
16+
### Added
17+
18+
### Fixed
19+
- Fix packets_acked event for qlog
20+
- Fix the issue where sending coalesced packets occasionally causes a panic
21+
- Fix code lint
22+
- Fix spelling mistakes
23+
24+
1425
## [v1.5.0] - 2024-11-08
1526

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

351362

363+
[v1.6.0]: https://github.com/tencent/tquic/compare/v1.5.0...v1.6.0
352364
[v1.5.0]: https://github.com/tencent/tquic/compare/v1.4.0...v1.5.0
353365
[v1.4.0]: https://github.com/tencent/tquic/compare/v1.3.1...v1.4.0
354366
[v1.3.1]: https://github.com/tencent/tquic/compare/v1.3.0...v1.3.1

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tquic"
3-
version = "1.5.0"
3+
version = "1.6.0"
44
edition = "2021"
55
rust-version = "1.70.0"
66
license = "Apache-2.0"

tools/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tquic_tools"
3-
version = "1.5.0"
3+
version = "1.6.0"
44
edition = "2021"
55
rust-version = "1.70.0"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)