You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# `cacache` Release Changelog
2
2
3
+
<aname="13.0.0"></a>
4
+
## 13.0.0 (2024-02-15)
5
+
6
+
### Bug Fixes
7
+
8
+
***sync:** Added the feature flags for compilation without the async runtime. Fixes #64. (#65) ([ffa1ab72](https://github.com/zkat/cacache-rs/commit/ffa1ab7254e0b051e6d65fe16b71ab44be04c968))
9
+
***BREAKING CHANGE**: this bumps the MSRV to 1.70.0
10
+
***remove_fully:** Remove the key content when set `remove_fully` to `true` (#63) ([761d7155](https://github.com/zkat/cacache-rs/commit/761d71558a4b9f06907cb5ff43247fdbd158716b))
11
+
***BREAKING CHANGE**: this is technically a fix, but maybe people didn't expect this.
0 commit comments