From 144ba82feb536763caf9442f7293a1e19d7d207e Mon Sep 17 00:00:00 2001 From: Rahix Date: Sun, 1 Aug 2021 16:32:48 +0200 Subject: [PATCH] Prepare 0.3.1 --- CHANGELOG.md | 6 +++++- Cargo.lock | 4 +++- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4aec79c..726e427 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.1] - 2021-08-01 ### Fixed - Added missing `` elements to be more in line with the SVD spec ([#26]). @@ -73,7 +76,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.3.0...HEAD +[Unreleased]: https://github.com/Rahix/atdf2svd/compare/v0.3.1...HEAD +[0.3.1]: https://github.com/Rahix/atdf2svd/compare/v0.3.0...v0.3.1 [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 diff --git a/Cargo.lock b/Cargo.lock index c4f09f1..8e65728 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "aho-corasick" version = "0.7.18" @@ -11,7 +13,7 @@ dependencies = [ [[package]] name = "atdf2svd" -version = "0.3.0" +version = "0.3.1" dependencies = [ "colored", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index 3dea3e8..20e84ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atdf2svd" -version = "0.3.0" +version = "0.3.1" authors = ["Rahix "] description = "Tool to convert Atmel's ATDF files to SVD" readme = "README.md"