diff --git a/CHANGELOG.md b/CHANGELOG.md index 3abc3a7..51c155b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.10.2](https://github.com/s2-streamstore/cachey/compare/0.10.1...0.10.2) - 2026-02-19 + +### Fixed + +- *(ci)* use buildx imagetools for multi-arch manifest creation ([#79](https://github.com/s2-streamstore/cachey/pull/79)) + +### Other + +- add conventional commit check for PR titles ([#81](https://github.com/s2-streamstore/cachey/pull/81)) + ## [0.10.1](https://github.com/s2-streamstore/cachey/compare/0.10.0...0.10.1) - 2026-02-19 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index e345ca5..3beed62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -931,7 +931,7 @@ checksum = "6bd91ee7b2422bcb158d90ef4d14f75ef67f340943fc4149891dcce8f8b972a3" [[package]] name = "cachey" -version = "0.10.1" +version = "0.10.2" dependencies = [ "async-stream", "aws-config", diff --git a/Cargo.toml b/Cargo.toml index 477df74..c6320a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cachey" -version = "0.10.1" +version = "0.10.2" edition = "2024" authors = ["s2 team "] license = "MIT"