From c560534ed28980ddb0d369b764879c6cb2bc6555 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 3 Sep 2025 11:11:12 +0200 Subject: [PATCH] prepare v0.2.0 --- CHANGELOG.md | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5aa1d5..63cf0ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [unreleased] -## [v0.2.0] +## [v0.2.0] 2025-09-03 Renamed to `vorago-shared-hal` @@ -29,5 +29,5 @@ Renamed to `vorago-shared-hal` Init commit. [unreleased]: https://egit.irs.uni-stuttgart.de/rust/vorago-shared-hal/compare/v0.1.0...HEAD -[unreleased]: https://egit.irs.uni-stuttgart.de/rust/vorago-shared-hal/compare/v0.1.0...v0.2.0 +[v0.2.0]: https://egit.irs.uni-stuttgart.de/rust/vorago-shared-hal/compare/v0.1.0...v0.2.0 [v0.1.0]: https://egit.irs.uni-stuttgart.de/rust/vorago-shared-hal/src/tag/v0.1.0 diff --git a/Cargo.toml b/Cargo.toml index 40eeb0c..360f33d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vorago-shared-hal" -version = "0.1.0" +version = "0.2.0" description = "Peripheral HAL components shared between Vorago families" edition = "2024" homepage = "https://egit.irs.uni-stuttgart.de/rust/vorago-shared-periphs"