docs: update changelog

This commit is contained in:
Kat Marchán 2020-07-18 10:46:02 -07:00
parent 803d0c3ede
commit ce75a109e5
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
1 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,11 @@
<a name="8.0.0"></a>
## 8.0.0 (2020-07-18)
#### Breaking Changes
- **write:** Use mmap for small writes (#26) ([803d0c3e](https://github.com/zkat/cacache-rs/commit/803d0c3ede199c20aec1b514daf21fab9ee68ac2), breaks [#](https://github.com/zkat/cacache-rs/issues/)). This bumps the minimum Rust version from 1.39 to 1.43 due to a dependency's breaking change in a patch version.
<a name="7.0.0"></a>
## 7.0.0 (2020-04-30)