File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Upcoming version
4
4
5
+ ### Added
6
+ ### Changed
7
+ ### Fixed
8
+ ### Removed
9
+ ### Deprecated
10
+
11
+ ## [ v0.1.2]
12
+
5
13
### Added
6
14
7
15
- [[ #40 ]] ( https://github.com/rust-vmm/vm-allocator/pull/40 ) : Added serde
8
16
support for IdAllocator and AddressAllocator.
9
17
- [[ #99 ]] ( https://github.com/rust-vmm/vm-allocator/pull/99 ) : Added APIs to
10
18
get the base address and size of an AddressAllocator.
11
19
12
- ### Changed
13
- ### Fixed
14
- ### Removed
15
- ### Deprecated
16
-
17
20
## [ v0.1.1]
18
21
19
22
### Fixed
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " vm-allocator"
3
- version = " 0.1.1 "
3
+ version = " 0.1.2 "
4
4
description = " Helpers for allocating resources needed during the lifetime of a VM."
5
5
repository = " https://github.com/rust-vmm/vm-allocator"
6
6
authors = [" rust-vmm AWS maintainers <rust-vmm-maintainers@amazon.com>" ]
You can’t perform that action at this time.
0 commit comments