Skip to content

Commit 0647128

Browse files
authored
Merge pull request #222 from rust-embedded/r0313
release 0.3.13
2 parents a33d3c3 + b7a5253 commit 0647128

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG-rust.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ This changelog tracks the Rust `svdtools` project. See
55

66
## [Unreleased]
77

8+
## [v0.3.13] 2024-03-29
9+
810
* Interpolate path and name in `description` and `derivedFrom`
911
* Allow specs started with `_` (missing part)
12+
* Allow 1 string `_include`
1013

1114
## [v0.3.12] 2024-03-23
1215

@@ -16,7 +19,6 @@ This changelog tracks the Rust `svdtools` project. See
1619
* Refactor `RegisterBlockExt`, use `BlockPath` for better errors
1720
* Allow specs started with `_`
1821
* Allow process, `_delete` and `_modify` cluster without `_clusters` specifier
19-
* Allow 1 string `_include`
2022

2123
## [v0.3.11] 2024-03-06
2224

@@ -154,7 +156,8 @@ Other changes:
154156

155157
* Initial release with feature-parity with the Python project.
156158

157-
[Unreleased]: https://github.com/rust-embedded/svdtools/compare/v0.3.12...HEAD
159+
[Unreleased]: https://github.com/rust-embedded/svdtools/compare/v0.3.13...HEAD
160+
[v0.3.13]: https://github.com/rust-embedded/svdtools/compare/v0.3.12...v0.3.13
158161
[v0.3.12]: https://github.com/rust-embedded/svdtools/compare/v0.3.11...v0.3.12
159162
[v0.3.11]: https://github.com/rust-embedded/svdtools/compare/v0.3.10...v0.3.11
160163
[v0.3.10]: https://github.com/rust-embedded/svdtools/compare/v0.3.9...v0.3.10

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.12"
3+
version = "0.3.3"
44
repository = "https://github.com/rust-embedded/svdtools/"
55
description = "Tool for modifying bugs in CMSIS SVD"
66
authors = [

0 commit comments

Comments
 (0)