diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d4810db..8fadaa00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,20 @@ ## Upcoming version +### Added +### Changed +### Fixed +### Removed +### Deprecated + +## [v0.14.0] + +### Added - [[#266](https://github.com/rust-vmm/vm-memory/pull/266)] Derive `Debug` for several types that were missing it. -- [[#274]] Drop `Default` as requirement for `ByteValued`. + +### Changed +- [[#274](https://github.com/rust-vmm/vm-memory/pull/274)] Drop `Default` as requirement for `ByteValued`. ## [v0.13.1] diff --git a/Cargo.toml b/Cargo.toml index 5d552878..9b43e118 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vm-memory" -version = "0.13.1" +version = "0.14.0" description = "Safe abstractions for accessing the VM physical memory" keywords = ["memory"] categories = ["memory-management"]