Skip to content

Commit

Permalink
release v0.2.0
Browse files Browse the repository at this point in the history
Full updates in the changelog.

Signed-off-by: Andreea Florescu <fandree@amazon.com>
  • Loading branch information
andreeaflorescu authored and lauralt committed Nov 1, 2021
1 parent 88554cf commit d10837b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# v0.2.0

## Added
- [[#34](https://github.com/rust-vmm/vm-fdt/pull/34)] Implemented the `Error`
trait for the errors defined in vm-fdt.
- [[#41](https://github.com/rust-vmm/vm-fdt/pull/41)] The threat model
documentation is now available in the README.md.
- [[#37](https://github.com/rust-vmm/vm-fdt/issues/37)] Added
`property_phandle` which is checking values for uniqueness.

## Fixed
- [[#32](https://github.com/rust-vmm/vm-fdt/issues/32)] Validate that node
names are following the specification.
- [[#46](https://github.com/rust-vmm/vm-fdt/pull/46)] Fix potential overflow
in `FdtWriter::begin_node()`.

# v0.1.0

This is the first release of vm-fdt.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vm-fdt"
version = "0.1.0"
version = "0.2.0"
description = "Crate for writing Flattened Devicetree blobs"
authors = ["The Chromium OS Authors"]
license = "Apache-2.0 OR BSD-3-Clause"
Expand Down

0 comments on commit d10837b

Please sign in to comment.