Skip to content

Commit 1f35c65

Browse files
bchaliosShadowCurse
authored andcommitted
Prepare 0.1.2 release
Format the CHANGELOG and bump version in Cargo.lock Signed-off-by: Babis Chalios <bchalios@amazon.es>
1 parent 01b2520 commit 1f35c65

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,21 @@
22

33
## Upcoming version
44

5+
### Added
6+
### Changed
7+
### Fixed
8+
### Removed
9+
### Deprecated
10+
11+
## [v0.1.2]
12+
513
### Added
614

715
- [[#40]](https://github.com/rust-vmm/vm-allocator/pull/40): Added serde
816
support for IdAllocator and AddressAllocator.
917
- [[#99]](https://github.com/rust-vmm/vm-allocator/pull/99): Added APIs to
1018
get the base address and size of an AddressAllocator.
1119

12-
### Changed
13-
### Fixed
14-
### Removed
15-
### Deprecated
16-
1720
## [v0.1.1]
1821

1922
### Fixed

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.1"
3+
version = "0.1.2"
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 <rust-vmm-maintainers@amazon.com>"]

0 commit comments

Comments
 (0)