Skip to content

Commit ffa5a39

Browse files
committed
Prepare 0.6.0
1 parent 7b37ecb commit ffa5a39

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
10+
## [0.6.0] - 2025-12-09
811
### Added
912
- Added the `keep_unsafe_cpu_registers` auto-patch which disables the removal
1013
of the `SP` and `SREG` registers ([#82]). This is useful for generating SVD
@@ -155,7 +158,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
155158
- Allow `signals_to_port_fields` patch to fail.
156159

157160

158-
[Unreleased]: https://github.com/Rahix/atdf2svd/compare/v0.5.1...HEAD
161+
[Unreleased]: https://github.com/Rahix/atdf2svd/compare/v0.6.0...HEAD
162+
[0.6.0]: https://github.com/Rahix/atdf2svd/compare/v0.5.1...v0.6.0
159163
[0.5.1]: https://github.com/Rahix/atdf2svd/compare/v0.5.0...v0.5.1
160164
[0.5.0]: https://github.com/Rahix/atdf2svd/compare/v0.4.0...v0.5.0
161165
[0.4.0]: https://github.com/Rahix/atdf2svd/compare/v0.3.3...v0.4.0

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "atdf2svd"
3-
version = "0.5.1"
3+
version = "0.6.0"
44
authors = ["Rahix <rahix@rahix.de>"]
55
description = "Tool to convert Atmel's ATDF files to SVD"
66
readme = "README.md"

0 commit comments

Comments
 (0)