Skip to content

Commit d10837b

Browse files
andreeafloresculauralt
authored andcommitted
release v0.2.0
Full updates in the changelog. Signed-off-by: Andreea Florescu <fandree@amazon.com>
1 parent 88554cf commit d10837b

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# v0.2.0
2+
3+
## Added
4+
- [[#34](https://github.com/rust-vmm/vm-fdt/pull/34)] Implemented the `Error`
5+
trait for the errors defined in vm-fdt.
6+
- [[#41](https://github.com/rust-vmm/vm-fdt/pull/41)] The threat model
7+
documentation is now available in the README.md.
8+
- [[#37](https://github.com/rust-vmm/vm-fdt/issues/37)] Added
9+
`property_phandle` which is checking values for uniqueness.
10+
11+
## Fixed
12+
- [[#32](https://github.com/rust-vmm/vm-fdt/issues/32)] Validate that node
13+
names are following the specification.
14+
- [[#46](https://github.com/rust-vmm/vm-fdt/pull/46)] Fix potential overflow
15+
in `FdtWriter::begin_node()`.
16+
117
# v0.1.0
218

319
This is the first release of vm-fdt.

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-fdt"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "Crate for writing Flattened Devicetree blobs"
55
authors = ["The Chromium OS Authors"]
66
license = "Apache-2.0 OR BSD-3-Clause"

0 commit comments

Comments
 (0)