Skip to content

Commit 3f9264e

Browse files
authored
Merge pull request #195 from rust-embedded/r038
release 0.3.8
2 parents c622ff0 + 5466c86 commit 3f9264e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG-rust.md

+4-1
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.8] 2023-12-23
9+
810
* Fix #176 in `collect_in_cluster`
911

1012
## [v0.3.7] 2023-12-22
@@ -123,7 +125,8 @@ Other changes:
123125

124126
* Initial release with feature-parity with the Python project.
125127

126-
[Unreleased]: https://github.com/rust-embedded/svdtools/compare/v0.3.7...HEAD
128+
[Unreleased]: https://github.com/rust-embedded/svdtools/compare/v0.3.8...HEAD
129+
[v0.3.8]: https://github.com/rust-embedded/svdtools/compare/v0.3.7...v0.3.8
127130
[v0.3.7]: https://github.com/rust-embedded/svdtools/compare/v0.3.6...v0.3.7
128131
[v0.3.6]: https://github.com/rust-embedded/svdtools/compare/v0.3.5...v0.3.6
129132
[v0.3.5]: https://github.com/rust-embedded/svdtools/compare/v0.3.4...v0.3.5

Cargo.toml

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

0 commit comments

Comments
 (0)