Skip to content

Commit 3217957

Browse files
authored
Merge pull request #193 from rust-embedded/r037
release rust 0.3.7
2 parents dca37ea + f39ac85 commit 3217957

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG-rust.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ This changelog tracks the Rust `svdtools` project. See
55

66
## [Unreleased]
77

8+
## [v0.3.7] 2023-12-22
9+
810
* Support `bitRange` and `msb+lsb` in field `_modify`
911
* Support `_include` in peripherals in `device.yaml`
1012
* Add `--enum_derive` flag
@@ -119,7 +121,8 @@ Other changes:
119121

120122
* Initial release with feature-parity with the Python project.
121123

122-
[Unreleased]: https://github.com/rust-embedded/svdtools/compare/v0.3.6...HEAD
124+
[Unreleased]: https://github.com/rust-embedded/svdtools/compare/v0.3.7...HEAD
125+
[v0.3.7]: https://github.com/rust-embedded/svdtools/compare/v0.3.6...v0.3.7
123126
[v0.3.6]: https://github.com/rust-embedded/svdtools/compare/v0.3.5...v0.3.6
124127
[v0.3.5]: https://github.com/rust-embedded/svdtools/compare/v0.3.4...v0.3.5
125128
[v0.3.4]: https://github.com/rust-embedded/svdtools/compare/v0.3.3...v0.3.4

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "svdtools"
3-
version = "0.3.6"
3+
version = "0.3.7"
44
repository = "https://github.com/rust-embedded/svdtools/"
55
description = "Tool for modifying bugs in CMSIS SVD"
66
authors = [

0 commit comments

Comments
 (0)