Skip to content

Commit d5c36e7

Browse files
committed
Prepare for Pytho 0.1.22 and Rust 0.2.2
1 parent 0c4b34e commit d5c36e7

File tree

4 files changed

+41
-30
lines changed

4 files changed

+41
-30
lines changed

CHANGELOG-python.md

Lines changed: 31 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ This changelog tracks the Python `svdtools` project. See
55

66
## [Unreleased]
77

8-
* Add support for PyYAML v6
8+
## [v0.1.22] 2022-04-23
9+
10+
* Add support for PyYAML v6 (#96)
11+
* Sanitise enumeratedValues (#103)
912

1013
## [v0.1.21] 2022-01-15
1114

@@ -143,29 +146,30 @@ This changelog tracks the Python `svdtools` project. See
143146
* Add `click` CLI, to call as `svd patch <yaml-file>`
144147
* Add packaging
145148

146-
[Unreleased]: https://github.com/stm32-rs/stm32-rs/compare/v0.1.21...HEAD
147-
[v0.1.21]: https://github.com/stm32-rs/stm32-rs/compare/v0.1.20...v0.1.21
148-
[v0.1.20]: https://github.com/stm32-rs/stm32-rs/compare/v0.1.19...v0.1.20
149-
[v0.1.19]: https://github.com/stm32-rs/stm32-rs/compare/v0.1.18...v0.1.19
150-
[v0.1.18]: https://github.com/stm32-rs/stm32-rs/compare/v0.1.17...v0.1.18
151-
[v0.1.17]: https://github.com/stm32-rs/stm32-rs/compare/v0.1.16...v0.1.17
152-
[v0.1.16]: https://github.com/stm32-rs/stm32-rs/compare/v0.1.15...v0.1.16
153-
[v0.1.15]: https://github.com/stm32-rs/stm32-rs/compare/v0.1.14...v0.1.15
154-
[v0.1.14]: https://github.com/stm32-rs/stm32-rs/compare/v0.1.13...v0.1.14
155-
[v0.1.13]: https://github.com/stm32-rs/stm32-rs/compare/v0.1.12...v0.1.13
156-
[v0.1.12]: https://github.com/stm32-rs/stm32-rs/compare/v0.1.11...v0.1.12
157-
[v0.1.11]: https://github.com/stm32-rs/stm32-rs/compare/v0.1.10...v0.1.11
158-
[v0.1.10]: https://github.com/stm32-rs/stm32-rs/compare/v0.1.9...v0.1.10
159-
[v0.1.9]: https://github.com/stm32-rs/stm32-rs/compare/v0.1.8...v0.1.9
160-
[v0.1.8]: https://github.com/stm32-rs/stm32-rs/compare/v0.1.7...v0.1.8
161-
[v0.1.7]: https://github.com/stm32-rs/stm32-rs/compare/v0.1.6...v0.1.7
162-
[v0.1.6]: https://github.com/stm32-rs/stm32-rs/compare/v0.1.5...v0.1.6
163-
[v0.1.5]: https://github.com/stm32-rs/stm32-rs/compare/v0.1.4...v0.1.5
164-
[v0.1.4]: https://github.com/stm32-rs/stm32-rs/compare/v0.1.3...v0.1.4
165-
[v0.1.3]: https://github.com/stm32-rs/stm32-rs/compare/v0.1.2...v0.1.3
166-
[v0.1.2]: https://github.com/stm32-rs/stm32-rs/compare/v0.1.1...v0.1.2
167-
[v0.1.1]: https://github.com/stm32-rs/stm32-rs/compare/v0.1.0...v0.1.1
168-
[v0.1.0]: https://github.com/stm32-rs/stm32-rs/compare/v0.0.4...v0.1.0
169-
[v0.0.4]: https://github.com/stm32-rs/stm32-rs/compare/v0.0.3...v0.0.4
170-
[v0.0.3]: https://github.com/stm32-rs/stm32-rs/compare/v0.0.2...v0.0.3
171-
[v0.0.2]: https://github.com/stm32-rs/stm32-rs/compare/v0.0.1...v0.0.2
149+
[Unreleased]: https://github.com/stm32-rs/svdtools/compare/v0.1.22...HEAD
150+
[v0.1.22]: https://github.com/stm32-rs/svdtools/compare/v0.1.21...v0.1.22
151+
[v0.1.21]: https://github.com/stm32-rs/svdtools/compare/v0.1.20...v0.1.21
152+
[v0.1.20]: https://github.com/stm32-rs/svdtools/compare/v0.1.19...v0.1.20
153+
[v0.1.19]: https://github.com/stm32-rs/svdtools/compare/v0.1.18...v0.1.19
154+
[v0.1.18]: https://github.com/stm32-rs/svdtools/compare/v0.1.17...v0.1.18
155+
[v0.1.17]: https://github.com/stm32-rs/svdtools/compare/v0.1.16...v0.1.17
156+
[v0.1.16]: https://github.com/stm32-rs/svdtools/compare/v0.1.15...v0.1.16
157+
[v0.1.15]: https://github.com/stm32-rs/svdtools/compare/v0.1.14...v0.1.15
158+
[v0.1.14]: https://github.com/stm32-rs/svdtools/compare/v0.1.13...v0.1.14
159+
[v0.1.13]: https://github.com/stm32-rs/svdtools/compare/v0.1.12...v0.1.13
160+
[v0.1.12]: https://github.com/stm32-rs/svdtools/compare/v0.1.11...v0.1.12
161+
[v0.1.11]: https://github.com/stm32-rs/svdtools/compare/v0.1.10...v0.1.11
162+
[v0.1.10]: https://github.com/stm32-rs/svdtools/compare/v0.1.9...v0.1.10
163+
[v0.1.9]: https://github.com/stm32-rs/svdtools/compare/v0.1.8...v0.1.9
164+
[v0.1.8]: https://github.com/stm32-rs/svdtools/compare/v0.1.7...v0.1.8
165+
[v0.1.7]: https://github.com/stm32-rs/svdtools/compare/v0.1.6...v0.1.7
166+
[v0.1.6]: https://github.com/stm32-rs/svdtools/compare/v0.1.5...v0.1.6
167+
[v0.1.5]: https://github.com/stm32-rs/svdtools/compare/v0.1.4...v0.1.5
168+
[v0.1.4]: https://github.com/stm32-rs/svdtools/compare/v0.1.3...v0.1.4
169+
[v0.1.3]: https://github.com/stm32-rs/svdtools/compare/v0.1.2...v0.1.3
170+
[v0.1.2]: https://github.com/stm32-rs/svdtools/compare/v0.1.1...v0.1.2
171+
[v0.1.1]: https://github.com/stm32-rs/svdtools/compare/v0.1.0...v0.1.1
172+
[v0.1.0]: https://github.com/stm32-rs/svdtools/compare/v0.0.4...v0.1.0
173+
[v0.0.4]: https://github.com/stm32-rs/svdtools/compare/v0.0.3...v0.0.4
174+
[v0.0.3]: https://github.com/stm32-rs/svdtools/compare/v0.0.2...v0.0.3
175+
[v0.0.2]: https://github.com/stm32-rs/svdtools/compare/v0.0.1...v0.0.2

CHANGELOG-rust.md

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

66
## [Unreleased]
77

8+
## [v0.2.2] 2022-04-23
9+
10+
* Use `svd-encoder` 0.13.2
11+
* Support `expand` when processing SVD files (#104)
12+
* Sanitize enumeratedValues (#103)
13+
814
## [v0.2.1] 2022-02-12
915

1016
* Use `svd-encoder` 0.13.1
@@ -22,7 +28,8 @@ This changelog tracks the Rust `svdtools` project. See
2228

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

25-
[Unreleased]: https://github.com/stm32-rs/stm32-rs/compare/v0.2.1...HEAD
31+
[Unreleased]: https://github.com/stm32-rs/svdtools/compare/v0.2.2...HEAD
32+
[v0.2.2]: https://github.com/stm32-rs/svdtools/compare/v0.2.1...v0.2.2
2633
[v0.2.1]: https://github.com/stm32-rs/svdtools/compare/v0.2.0...v0.2.1
2734
[v0.2.0]: https://github.com/stm32-rs/svdtools/compare/35c3a79...v0.2.0
2835
[v0.1.0]: https://github.com/stm32-rs/svdtools/pull/84

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

svdtools/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.21
1+
0.1.22

0 commit comments

Comments
 (0)