Skip to content

Commit db301c5

Browse files
bors[bot]burrbull
andauthored
Merge #648
648: release 0.25.0 r=Emilgardis a=burrbull Co-authored-by: Andrey Zgarbul <[email protected]>
2 parents e31074d + 407043a commit db301c5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.25.0] - 2022-08-02
11+
1012
- Add `feature_peripheral` option which generates cfg features for each peripheral
1113
- Use register aliases in `RegisterBlock` (both structure and mod)
1214
- Create aliases for derived registers & clusters
@@ -730,7 +732,8 @@ peripheral.register.write(|w| w.field().set());
730732

731733
- Initial version of the `svd2rust` tool
732734

733-
[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.24.1...HEAD
735+
[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.25.0...HEAD
736+
[v0.25.0]: https://github.com/rust-embedded/svd2rust/compare/v0.24.1...v0.25.0
734737
[v0.24.1]: https://github.com/rust-embedded/svd2rust/compare/v0.24.0...v0.24.1
735738
[v0.24.0]: https://github.com/rust-embedded/svd2rust/compare/v0.23.1...v0.24.0
736739
[v0.23.1]: https://github.com/rust-embedded/svd2rust/compare/v0.23.0...v0.23.1

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ keywords = [
2323
license = "MIT OR Apache-2.0"
2424
name = "svd2rust"
2525
repository = "https://github.com/rust-embedded/svd2rust/"
26-
version = "0.24.1"
26+
version = "0.25.0"
2727
readme = "README.md"
2828
rust-version = "1.60"
2929

0 commit comments

Comments
 (0)