Skip to content

Commit 7e7b534

Browse files
committed
Add changelog for 0.9.0
1 parent 5682fb7 commit 7e7b534

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.9.0] = 2024-10-16
9+
### Added
10+
- **Breaking:** support multiple async runtimes but not only tokio ([#52](https://github.com/kezhuw/zookeeper-client-rust/pull/52)[#53](https://github.com/kezhuw/zookeeper-client-rust/pull/53))
11+
12+
### Changed
13+
- Upgrade rsasl to 2.2.0 to fix unexported types ([#54](https://github.com/kezhuw/zookeeper-client-rust/pull/54))
14+
- Split connection to reader and writer to multiplex them ([#51](https://github.com/kezhuw/zookeeper-client-rust/pull/51))
15+
816
## [0.8.1] - 2024-10-16
917
### Changed
1018
- Upgrade rsasl to 2.2.0 to fix unexported types ([#54](https://github.com/kezhuw/zookeeper-client-rust/pull/54))

0 commit comments

Comments
 (0)