diff --git a/fdt-edit/CHANGELOG.md b/fdt-edit/CHANGELOG.md index 41a6de6..56be019 100644 --- a/fdt-edit/CHANGELOG.md +++ b/fdt-edit/CHANGELOG.md @@ -7,6 +7,17 @@ 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 + +### Added + +- 添加对时钟属性的解析功能并更新相关测试 + +### Other + +- 更新Cargo.toml中的readme字段 +- 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 e89a420..ff4d553 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" readme = "../README.md" [dependencies]