From 9e34428d25f5d8184cf1aab9a0d9c9e72402dd66 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 07:41:31 +0000 Subject: [PATCH] chore: release --- fdt-edit/CHANGELOG.md | 6 ++++++ fdt-edit/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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"}