Skip to content

Commit

Permalink
release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
burrbull committed Sep 19, 2023
1 parent c671112 commit 71114ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ This changelog tracks the Rust `svdtools` project. See

## [Unreleased]

## [v0.3.1] 2023-09-19

* add `svdtools html` and `svdtools htmlcompare` tools from `stm32-rs`
* update `svd-encoder`, `--format-config` and optional `out_path` for `patch`
* add field name in enumeratedValues derive path

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "svdtools"
version = "0.3.0"
version = "0.3.1"
repository = "https://github.com/stm32-rs/svdtools"
description = "Tool for modifying bugs in CMSIS SVD"
authors = [
Expand All @@ -26,7 +26,7 @@ edition = "2021"
[dependencies]
clap = { version = "4.1", features = ["derive", "cargo", "color"] }
serde = { version = "1.0", features = ["derive"] }
quick-xml = { version = "0.28", features = ["serialize"] }
quick-xml = { version = "0.30", features = ["serialize"] }
svd-rs = { version = "0.14.2", features = ["serde", "derive-from"] }
svd-parser = { version = "0.14.2", features = ["expand"] }
svd-encoder = "0.14.3"
Expand Down

0 comments on commit 71114ee

Please sign in to comment.