From 3eafa8ffcfc1d4742de5955657dab90222877553 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 16:56:59 +0000 Subject: [PATCH] chore: release v0.10.12 --- 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 91e18b3..b59a040 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.12](https://github.com/s2-streamstore/cachey/compare/0.10.11...0.10.12) - 2026-06-19 + +### Other + +- dep updates ([#123](https://github.com/s2-streamstore/cachey/pull/123)) + ## [0.10.11](https://github.com/s2-streamstore/cachey/compare/0.10.10...0.10.11) - 2026-06-10 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 5ef8cc1..20164fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -973,7 +973,7 @@ checksum = "49e78e506b9d7633710dab98996f22f95f3d0f488e8f1aa162830556ed9fc14d" [[package]] name = "cachey" -version = "0.10.11" +version = "0.10.12" dependencies = [ "async-stream", "aws-config", diff --git a/Cargo.toml b/Cargo.toml index 6e653f1..7a819ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cachey" -version = "0.10.11" +version = "0.10.12" edition = "2024" authors = ["s2 team "] license = "MIT"