Skip to content

Commit e986486

Browse files
bchaliosShadowCurse
authored andcommitted
Prepare 0.1.3 release
Format the CHANGELOG and bump version in Cargo.lock Signed-off-by: Babis Chalios <[email protected]>
1 parent d9f3c69 commit e986486

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88
### Removed
99
### Deprecated
1010

11+
## [v0.1.3]
12+
13+
### Added
14+
15+
- [[#102]](https://github.com/rust-vmm/vm-allocator/pull/102): Derived
16+
Clone for IdAllocator type.
17+
1118
## [v0.1.2]
1219

1320
### 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.2"
3+
version = "0.1.3"
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)