Skip to content

Commit 371da45

Browse files
bchaliosroypat
authored andcommitted
Prepare 0.1.1 release
Format the CHANGELOG and bump version in Cargo.toml Signed-off-by: Babis Chalios <[email protected]>
1 parent 50e9c1f commit 371da45

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,17 @@
44

55
### Added
66
### Changed
7+
### Fixed
8+
### Removed
9+
### Deprecated
10+
11+
## [v0.1.1]
12+
713
### Fixed
814

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

12-
### Removed
13-
### Deprecated
14-
1518
## [v0.1.0]
1619

1720
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vm-allocator"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Helpers for allocating resources needed during the lifetime of a VM."
55
repository = "https://github.com/rust-vmm/vm-allocator"
66
authors = ["rust-vmm AWS maintainers <[email protected]>"]

0 commit comments

Comments
 (0)