Skip to content

Commit 76afe96

Browse files
authored
chore: Bump zookeeper version for 25.11.0 (#55)
* chore: Bump zookeeper version for 25.11.0 * add changelog entry
1 parent 4e545d5 commit 76afe96

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
rust: [stable, beta, nightly]
18-
zookeeper: [3.9.3, 3.9.2, 3.8.4, 3.7.2, 3.6.4, 3.5.10]
18+
zookeeper: [3.9.4, 3.9.3, 3.9.2, 3.8.4, 3.7.2, 3.6.4, 3.5.10]
1919
steps:
2020
- name: Check out repository code
2121
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ All notable changes to this project will be documented in this file.
99
- Upgrade all dependencies to their latest versions ([#53]).
1010
- Remove the `once_cell` and `async-trait` dependencies, as they are now covered by `std` ([#53]).
1111
- Bump to Rust 2024 edition ([#53]).
12-
- Added Zookeeper 3.9.3 to the list of versions we test against ([#53]).
12+
- Added Zookeeper 3.9.3 and 3.9.4 to the list of versions we test against ([#53], [#55]).
1313

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

1617
## [0.4.0] - 2024-05-08
1718

0 commit comments

Comments
 (0)