From e70f5cef253333aa7a81b5e927d5b62e724c8484 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 22:04:52 +0000 Subject: [PATCH] chore: release v0.10.11 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a42798..91e18b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.10.11](https://github.com/s2-streamstore/cachey/compare/0.10.10...0.10.11) - 2026-06-10 + +### Fixed + +- rank unknown buckets by client position ([#121](https://github.com/s2-streamstore/cachey/pull/121)) + ## [0.10.10](https://github.com/s2-streamstore/cachey/compare/0.10.9...0.10.10) - 2026-06-05 ### Added diff --git a/Cargo.lock b/Cargo.lock index e566d3a..e121f3e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -969,7 +969,7 @@ checksum = "6bd91ee7b2422bcb158d90ef4d14f75ef67f340943fc4149891dcce8f8b972a3" [[package]] name = "cachey" -version = "0.10.10" +version = "0.10.11" dependencies = [ "async-stream", "aws-config", diff --git a/Cargo.toml b/Cargo.toml index 80d818d..22ecc3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cachey" -version = "0.10.10" +version = "0.10.11" edition = "2024" authors = ["s2 team "] license = "MIT"