File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.25.0] - 2022-08-02
11
+
10
12
- Add ` feature_peripheral ` option which generates cfg features for each peripheral
11
13
- Use register aliases in ` RegisterBlock ` (both structure and mod)
12
14
- Create aliases for derived registers & clusters
@@ -730,7 +732,8 @@ peripheral.register.write(|w| w.field().set());
730
732
731
733
- Initial version of the ` svd2rust ` tool
732
734
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
734
737
[ v0.24.1 ] : https://github.com/rust-embedded/svd2rust/compare/v0.24.0...v0.24.1
735
738
[ v0.24.0 ] : https://github.com/rust-embedded/svd2rust/compare/v0.23.1...v0.24.0
736
739
[ v0.23.1 ] : https://github.com/rust-embedded/svd2rust/compare/v0.23.0...v0.23.1
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ keywords = [
23
23
license = " MIT OR Apache-2.0"
24
24
name = " svd2rust"
25
25
repository = " https://github.com/rust-embedded/svd2rust/"
26
- version = " 0.24.1 "
26
+ version = " 0.25.0 "
27
27
readme = " README.md"
28
28
rust-version = " 1.60"
29
29
You can’t perform that action at this time.
0 commit comments