Skip to content

Commit 6d782ae

Browse files
committed
Update VERSION and CHANGELOG
1 parent 8f4a73a commit 6d782ae

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,18 @@ 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.0.0] - 2024-08-01
15+
16+
### Added
17+
- Support building on Windows
18+
- Optimize the initial RTT of the newly validated path
19+
- Add API for deferring idle timeout
20+
21+
### Changed
22+
- Rename PathStats to quic_path_stats_t in FFI
23+
- Change prototype of quic_set_logger in FFI
24+
25+
1426
## [v0.15.0] - 2024-07-18
1527

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

278290

291+
[v1.0.0]: https://github.com/tencent/tquic/compare/v0.15.0...v1.0.0
279292
[v0.15.0]: https://github.com/tencent/tquic/compare/v0.14.0...v0.15.0
280293
[v0.14.0]: https://github.com/tencent/tquic/compare/v0.13.0...v0.14.0
281294
[v0.13.0]: https://github.com/tencent/tquic/compare/v0.12.0...v0.13.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 = "0.15.0"
3+
version = "1.0.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 = "0.15.0"
3+
version = "1.0.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 = "0.15.0"}
25+
tquic = { path = "..", version = "1.0.0"}
2626

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

0 commit comments

Comments
 (0)