Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Feb 15, 2024
1 parent 761d715 commit 2375678
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# `cacache` Release Changelog

<a name="13.0.0"></a>
## 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.

<a name="12.0.0"></a>
## 12.0.0 (2023-10-07)

Expand Down

0 comments on commit 2375678

Please sign in to comment.