From c969350be75afbc81e4fdf0449253ea4974240fc Mon Sep 17 00:00:00 2001 From: Rahix Date: Thu, 18 Mar 2021 20:44:22 +0100 Subject: [PATCH] Prepare 0.3.0 --- CHANGELOG.md | 6 +++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00d47b7..cbd7974 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + + +## [0.3.0] - 2021-03-18 ### Fixed - Fixed bitmask calculation not being correct for register sizes greater than 1 byte ([#21]). @@ -62,7 +65,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Allow `signals_to_port_fields` patch to fail. -[Unreleased]: https://github.com/Rahix/atdf2svd/compare/v0.2.0...HEAD +[Unreleased]: https://github.com/Rahix/atdf2svd/compare/v0.3.0...HEAD +[0.3.0]: https://github.com/Rahix/atdf2svd/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/Rahix/atdf2svd/compare/v0.1.4...v0.2.0 [0.1.4]: https://github.com/Rahix/atdf2svd/compare/v0.1.3...v0.1.4 [0.1.3]: https://github.com/Rahix/atdf2svd/releases/tag/v0.1.3 diff --git a/Cargo.lock b/Cargo.lock index fe50ddd..107fc4f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11,7 +11,7 @@ dependencies = [ [[package]] name = "atdf2svd" -version = "0.2.0" +version = "0.3.0" dependencies = [ "colored", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index adb7d28..3dea3e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atdf2svd" -version = "0.2.0" +version = "0.3.0" authors = ["Rahix "] description = "Tool to convert Atmel's ATDF files to SVD" readme = "README.md"