From 0d2d2b57c65fd356813d4a98b4000d369102ee02 Mon Sep 17 00:00:00 2001 From: Dominik Boehi Date: Thu, 3 Oct 2024 19:07:54 +0200 Subject: [PATCH] Prepare release of svd-parser 0.16.7 --- svd-parser/CHANGELOG.md | 2 +- svd-parser/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/svd-parser/CHANGELOG.md b/svd-parser/CHANGELOG.md index 0887ddb..a2773df 100644 --- a/svd-parser/CHANGELOG.md +++ b/svd-parser/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## Unreleased +## [v0.14.7] - 2024-10-03 - Bump svd-rs to 0.14.9 diff --git a/svd-parser/Cargo.toml b/svd-parser/Cargo.toml index 5939e7c..aed85fb 100644 --- a/svd-parser/Cargo.toml +++ b/svd-parser/Cargo.toml @@ -11,7 +11,7 @@ name = "svd-parser" repository = "https://github.com/rust-embedded/svd" edition = "2021" rust-version = "1.65.0" -version = "0.14.6" +version = "0.14.7" readme = "README.md" [features]