Skip to content

Commit ce6ff66

Browse files
authored
Merge pull request #137 from stm32-rs/release
release rust 0.2.8
2 parents 7a02a17 + e52ec03 commit ce6ff66

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG-rust.md

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

66
## [Unreleased]
77

8+
## [v0.2.8] 2022-01-28
9+
10+
* patch: added possibility to modify dim elements (arrays)
811
* mmap: replace %s in field array
912

1013
## [v0.2.7] 2022-09-18
@@ -67,7 +70,10 @@ Other changes:
6770

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

70-
[Unreleased]: https://github.com/stm32-rs/svdtools/compare/v0.2.5...HEAD
73+
[Unreleased]: https://github.com/stm32-rs/svdtools/compare/v0.2.8...HEAD
74+
[v0.2.8]: https://github.com/stm32-rs/svdtools/compare/v0.2.7...v0.2.8
75+
[v0.2.7]: https://github.com/stm32-rs/svdtools/compare/v0.2.6...v0.2.7
76+
[v0.2.6]: https://github.com/stm32-rs/svdtools/compare/v0.2.5...v0.2.6
7177
[v0.2.5]: https://github.com/stm32-rs/svdtools/compare/v0.2.4...v0.2.5
7278
[v0.2.4]: https://github.com/stm32-rs/svdtools/compare/v0.2.3...v0.2.4
7379
[v0.2.3]: https://github.com/stm32-rs/svdtools/compare/v0.2.2...v0.2.3

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

0 commit comments

Comments
 (0)