Skip to content

Commit 0ed3d51

Browse files
committed
Python 0.1.27
1 parent 3217957 commit 0ed3d51

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG-python.md

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

66
## [Unreleased]
77

8+
## [v0.1.27] 2023-12-23
9+
810
* Support `_include` in peripherals in `device.yaml`
911
* `-1` for default enum value
1012
* Strip `alternateRegister` too
@@ -176,7 +178,8 @@ This changelog tracks the Python `svdtools` project. See
176178
* Add `click` CLI, to call as `svd patch <yaml-file>`
177179
* Add packaging
178180

179-
[Unreleased]: https://github.com/rust-embedded/svdtools/compare/v0.1.26...HEAD
181+
[Unreleased]: https://github.com/rust-embedded/svdtools/compare/v0.1.27...HEAD
182+
[v0.1.27]: https://github.com/rust-embedded/svdtools/compare/v0.1.26...v0.1.27
180183
[v0.1.26]: https://github.com/rust-embedded/svdtools/compare/v0.1.25...v0.1.26
181184
[v0.1.25]: https://github.com/rust-embedded/svdtools/compare/v0.1.24...v0.1.25
182185
[v0.1.24]: https://github.com/rust-embedded/svdtools/compare/v0.1.23...v0.1.24

svdtools/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.26
1+
0.1.27

0 commit comments

Comments
 (0)