From 2375678b5c92d3f03666c6f771079e0f8e4e5662 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Wed, 14 Feb 2024 22:30:23 -0800 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6d0bd1..c0c2347 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # `cacache` Release Changelog + +## 13.0.0 (2024-02-15) + +### Bug Fixes + +* **sync:** Added the feature flags for compilation without the async runtime. Fixes #64. (#65) ([ffa1ab72](https://github.com/zkat/cacache-rs/commit/ffa1ab7254e0b051e6d65fe16b71ab44be04c968)) + * **BREAKING CHANGE**: this bumps the MSRV to 1.70.0 +* **remove_fully:** Remove the key content when set `remove_fully` to `true` (#63) ([761d7155](https://github.com/zkat/cacache-rs/commit/761d71558a4b9f06907cb5ff43247fdbd158716b)) + * **BREAKING CHANGE**: this is technically a fix, but maybe people didn't expect this. + ## 12.0.0 (2023-10-07)