Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions fdt-edit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion fdt-edit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down