Skip to content

Commit cae4942

Browse files
committed
Prepare 0.3.4 release of -boot-gen
1 parent f1d013e commit cae4942

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ packages maintained within this repository.
55

66
## [Unreleased]
77

8+
## [0.3.4] 2025-03-01
9+
810
Add support for new MCUS:
911

1012
- 1040
@@ -167,6 +169,7 @@ static SERIAL_NOR_CONFIGURATION_BLOCK: nor::ConfigurationBlock =
167169
First release
168170

169171
[Unreleased]: https://github.com/imxrt-rs/imxrt-boot-gen/compare/v0.3.0...HEAD
172+
[0.3.4]: https://github.com/imxrt-rs/imxrt-boot-gen/compare/v0.3.3...v0.3.4
170173
[0.3.3]: https://github.com/imxrt-rs/imxrt-boot-gen/compare/v0.3.2...v0.3.3
171174
[0.3.2]: https://github.com/imxrt-rs/imxrt-boot-gen/compare/v0.3.1...v0.3.2
172175
[0.3.1]: https://github.com/imxrt-rs/imxrt-boot-gen/compare/v0.3.0...v0.3.1

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "imxrt-boot-gen"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
authors.workspace = true
55
edition.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)