Skip to content

Commit 7001e74

Browse files
committed
Update version links in CHANGELOG
1 parent d0c87e8 commit 7001e74

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3636
- **Breaking:** Drop deprecated Client::builder ([#63](https://github.com/kezhuw/zookeeper-client-rust/pull/63))
3737
- **Breaking:** Drop Mozilla tls roots ([#68](https://github.com/kezhuw/zookeeper-client-rust/pull/68))
3838

39+
## [0.9.2] = 2025-07-23
40+
### Fixed
41+
- Fix overflow panic in calculating delay during cycling endpoints ([#79](https://github.com/kezhuw/zookeeper-client-rust/pull/79))
42+
3943
## [0.9.1] = 2025-04-17
4044
### Fixed
4145
- Mark `futures-rustls` as an optional dependency ([#56](https://github.com/kezhuw/zookeeper-client-rust/pull/56))
@@ -119,6 +123,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
119123
- fix!: forbid creation of root node "/" just like delete of it ([7e11a31](https://github.com/kezhuw/zookeeper-client-rust/commit/7e11a316eb65c5a5755abe1c46660393570c65db))
120124
- fix: unwatching revived by failed watch could remove ongoing watching ([d20c161](https://github.com/kezhuw/zookeeper-client-rust/commit/d20c1614c44d6e8115f4f855e6fed9759c64ac0b))
121125

126+
[0.11.0]: https://github.com/kezhuw/zookeeper-client-rust/compare/v0.10.0...v0.11.0
127+
[0.10.1]: https://github.com/kezhuw/zookeeper-client-rust/compare/v0.10.0...v0.10.1
128+
[0.10.0]: https://github.com/kezhuw/zookeeper-client-rust/compare/v0.9.0...v0.10.0
129+
[0.9.2]: https://github.com/kezhuw/zookeeper-client-rust/compare/v0.9.1...v0.9.2
130+
[0.9.1]: https://github.com/kezhuw/zookeeper-client-rust/compare/v0.9.0...v0.9.1
131+
[0.9.0]: https://github.com/kezhuw/zookeeper-client-rust/compare/v0.8.0...v0.9.0
132+
[0.8.1]: https://github.com/kezhuw/zookeeper-client-rust/compare/v0.8.0...v0.8.1
133+
[0.8.0]: https://github.com/kezhuw/zookeeper-client-rust/compare/v0.7.0...v0.8.0
122134
[0.7.1]: https://github.com/kezhuw/zookeeper-client-rust/compare/v0.7.0...v0.7.1
123135
[0.7.0]: https://github.com/kezhuw/zookeeper-client-rust/compare/v0.6.0...v0.7.0
124136
[0.6.4]: https://github.com/kezhuw/zookeeper-client-rust/compare/v0.6.3...v0.6.4

0 commit comments

Comments
 (0)