We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50e9c1f commit 371da45Copy full SHA for 371da45
CHANGELOG.md
@@ -4,14 +4,17 @@
4
5
### Added
6
### Changed
7
+### Fixed
8
+### Removed
9
+### Deprecated
10
+
11
+## [v0.1.1]
12
13
### Fixed
14
15
- [[#44]](https://github.com/rust-vmm/vm-allocator/pull/44): Fixed issue that
16
did not allow the creating of inclusive ranges of size 1.
17
-### Removed
-### Deprecated
-
18
## [v0.1.0]
19
20
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "vm-allocator"
3
-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]>"]
0 commit comments