docs: update changelog

This commit is contained in:
Kat Marchán 2023-10-07 12:40:09 -07:00
parent cfdf4eed4d
commit 7a4b16e03d
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
1 changed files with 9 additions and 0 deletions

View File

@ -1,5 +1,14 @@
# `cacache` Release Changelog
<a name="12.0.0"></a>
## 12.0.0 (2023-10-07)
### Features
* **remove_fully:** add option for remove cache entry (#54) ([34ee6798](https://github.com/zkat/cacache-rs/commit/34ee679816cad95f617fbed11ad93b5f248ab50f))
* **reflink:** Separate reflink behavior into their own functions (#58) ([cfdf4eed](https://github.com/zkat/cacache-rs/commit/cfdf4eed4d19138ea8937b12333db8280d137b3a))
* **BREAKING CHANGE**: some signatures for copy have changed, and copy no longer automatically reflinks
<a name="11.7.1"></a>
## 11.7.1 (2023-09-11)