Skip to content

Commit

Permalink
Prepare 0.14.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
  • Loading branch information
roypat committed Jan 5, 2024
1 parent 1afff47 commit b8bf1db
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down

0 comments on commit b8bf1db

Please sign in to comment.