Skip to content

Commit

Permalink
Prepare 0.1.1 release
Browse files Browse the repository at this point in the history
Format the CHANGELOG and bump version in Cargo.toml

Signed-off-by: Babis Chalios <[email protected]>
  • Loading branch information
bchalios authored and roypat committed Mar 11, 2024
1 parent 50e9c1f commit 371da45
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@

### Added
### Changed
### Fixed
### Removed
### Deprecated

## [v0.1.1]

### Fixed

- [[#44]](https://github.com/rust-vmm/vm-allocator/pull/44): Fixed issue that
did not allow the creating of inclusive ranges of size 1.

### Removed
### Deprecated

## [v0.1.0]

### Added
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-allocator"
version = "0.1.0"
version = "0.1.1"
description = "Helpers for allocating resources needed during the lifetime of a VM."
repository = "https://github.com/rust-vmm/vm-allocator"
authors = ["rust-vmm AWS maintainers <[email protected]>"]
Expand Down

0 comments on commit 371da45

Please sign in to comment.