Skip to content

Commit 3d87c37

Browse files
committed
Update VERSION and CHANGELOG
1 parent b0e5c14 commit 3d87c37

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@ 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.3.0] - 2024-10-10
15+
16+
### Added
17+
- Support building for HarmonyOS
18+
- Support disable_1rtt_encryption transport parameter
19+
- Support sending 1-RTT packets on the server before handshake completion
20+
- Resolve new issues found by cargo clippy
21+
22+
1423
## [v1.2.0] - 2024-09-26
1524

1625
### Added
@@ -310,6 +319,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
310319
- Provide example clients and servers.
311320

312321

322+
[v1.3.0]: https://github.com/tencent/tquic/compare/v1.2.0...v1.3.0
313323
[v1.2.0]: https://github.com/tencent/tquic/compare/v1.1.0...v1.2.0
314324
[v1.1.0]: https://github.com/tencent/tquic/compare/v1.0.0...v1.1.0
315325
[v1.0.0]: https://github.com/tencent/tquic/compare/v0.15.0...v1.0.0

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.2.0"
3+
version = "1.3.0"
44
edition = "2021"
55
rust-version = "1.70.0"
66
license = "Apache-2.0"

tools/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tquic_tools"
3-
version = "1.2.0"
3+
version = "1.3.0"
44
edition = "2021"
55
rust-version = "1.70.0"
66
license = "Apache-2.0"
@@ -22,7 +22,7 @@ slab = "0.4"
2222
rand = "0.8.5"
2323
statrs = "0.16"
2424
signal-hook = "0.3.17"
25-
tquic = { path = "..", version = "1.2.0"}
25+
tquic = { path = "..", version = "1.3.0"}
2626

2727
[target."cfg(unix)".dependencies]
2828
jemallocator = { version = "0.5", package = "tikv-jemallocator" }

0 commit comments

Comments
 (0)