diff --git a/fdt-edit/CHANGELOG.md b/fdt-edit/CHANGELOG.md index 41a6de6..fee483b 100644 --- a/fdt-edit/CHANGELOG.md +++ b/fdt-edit/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.1](https://github.com/drivercraft/fdt-parser/compare/fdt-edit-v0.2.0...fdt-edit-v0.2.1) - 2026-03-09 + +### Other + +- release ([#11](https://github.com/drivercraft/fdt-parser/pull/11)) + ## [0.2.0](https://github.com/drivercraft/fdt-parser/compare/fdt-edit-v0.1.5...fdt-edit-v0.2.0) - 2026-03-09 ### Added diff --git a/fdt-edit/Cargo.toml b/fdt-edit/Cargo.toml index 6be146e..82382b4 100644 --- a/fdt-edit/Cargo.toml +++ b/fdt-edit/Cargo.toml @@ -8,7 +8,7 @@ keywords = ["device-tree", "dtb", "embedded", "no-std", "editor"] license = "MIT OR Apache-2.0" name = "fdt-edit" repository = "https://github.com/drivercraft/fdt-parser" -version = "0.2.0" +version = "0.2.1" [dependencies] fdt-raw = { version = "0.3", path = "../fdt-raw"}