Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
rust: [stable, beta, nightly]
zookeeper: [3.9.3, 3.9.2, 3.8.4, 3.7.2, 3.6.4, 3.5.10]
zookeeper: [3.9.4, 3.9.3, 3.9.2, 3.8.4, 3.7.2, 3.6.4, 3.5.10]
steps:
- name: Check out repository code
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ All notable changes to this project will be documented in this file.
- Upgrade all dependencies to their latest versions ([#53]).
- Remove the `once_cell` and `async-trait` dependencies, as they are now covered by `std` ([#53]).
- Bump to Rust 2024 edition ([#53]).
- Added Zookeeper 3.9.3 to the list of versions we test against ([#53]).
- Added Zookeeper 3.9.3 and 3.9.4 to the list of versions we test against ([#53], [#55]).

[#53]: https://github.com/stackabletech/tokio-zookeeper/pull/53
[#55]: https://github.com/stackabletech/tokio-zookeeper/pull/55

## [0.4.0] - 2024-05-08

Expand Down