Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release 0.3.13 #222

Merged
merged 1 commit into from
Mar 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions CHANGELOG-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ This changelog tracks the Rust `svdtools` project. See

## [Unreleased]

## [v0.3.13] 2024-03-29

* Interpolate path and name in `description` and `derivedFrom`
* Allow specs started with `_` (missing part)
* Allow 1 string `_include`

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

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

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

Expand Down Expand Up @@ -154,7 +156,8 @@ Other changes:

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

[Unreleased]: https://github.com/rust-embedded/svdtools/compare/v0.3.12...HEAD
[Unreleased]: https://github.com/rust-embedded/svdtools/compare/v0.3.13...HEAD
[v0.3.13]: https://github.com/rust-embedded/svdtools/compare/v0.3.12...v0.3.13
[v0.3.12]: https://github.com/rust-embedded/svdtools/compare/v0.3.11...v0.3.12
[v0.3.11]: https://github.com/rust-embedded/svdtools/compare/v0.3.10...v0.3.11
[v0.3.10]: https://github.com/rust-embedded/svdtools/compare/v0.3.9...v0.3.10
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "svdtools"
version = "0.3.12"
version = "0.3.3"
repository = "https://github.com/rust-embedded/svdtools/"
description = "Tool for modifying bugs in CMSIS SVD"
authors = [
Expand Down
Loading