From 538eaad2b643d4490f880410c4ed44a1e82d17d5 Mon Sep 17 00:00:00 2001 From: xeniape Date: Mon, 6 Oct 2025 08:22:46 +0200 Subject: [PATCH 1/2] chore: Bump zookeeper version for 25.11.0 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3a1ad6c..84d70f6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 From 325ce5edb255668fbafe304bb72c93d4a50ddc21 Mon Sep 17 00:00:00 2001 From: xeniape Date: Mon, 6 Oct 2025 08:25:49 +0200 Subject: [PATCH 2/2] add changelog entry --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fbd7e4..3ee39a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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