Merge pull request 'prepare next releases' (#77) from prep-peb1-embassy-release into main

Reviewed-on: #77
This commit is contained in:
2025-09-03 20:24:19 +02:00
4 changed files with 15 additions and 5 deletions

View File

@@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [unreleased]
## [v0.1.2] 2025-09-03
- Bumped HAL dependency to v0.6
## [v0.1.1] 2025-03-07
- Bumped allowed HAL dependency to v0.5
@@ -16,6 +20,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
Initial release
[unreleased]: https://egit.irs.uni-stuttgart.de/rust/va416xx-rs/compare/va416xx-embassy-v0.1.1...HEAD
[unreleased]: https://egit.irs.uni-stuttgart.de/rust/va416xx-rs/compare/va416xx-embassy-v0.1.2...HEAD
[v0.1.2]: https://egit.irs.uni-stuttgart.de/rust/va416xx-rs/compare/va416xx-embassy-v0.1.1...va416xx-embassy-v0.1.2
[v0.1.1]: https://egit.irs.uni-stuttgart.de/rust/va416xx-rs/compare/va416xx-embassy-v0.1.0...va416xx-embassy-v0.1.1
[v0.1.0]: https://egit.irs.uni-stuttgart.de/rust/va416xx-rs/src/tag/va416xx-embassy-v0.1.0

View File

@@ -1,6 +1,6 @@
[package]
name = "va416xx-embassy"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
authors = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"]
description = "Embassy-rs support for the Vorago VA416xx family of microcontrollers"
@@ -12,7 +12,7 @@ categories = ["aerospace", "embedded", "no-std", "hardware-support"]
[dependencies]
vorago-shared-hal = { version = "0.2", features = ["vor4x"] }
va416xx-hal = { path = "../va416xx-hal" }
va416xx-hal = { version = "0.6", path = "../va416xx-hal" }
[features]
default = ["irq-tim14-tim15"]

View File

@@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
# [unreleased]
# [v0.1.3] 2025-09-03
- Bump HAL version to v0.6
# [v0.1.2] 2025-03-07
- Bump allowed HAL version to v0.5
@@ -20,7 +24,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Initial release
[unreleased]: https://egit.irs.uni-stuttgart.de/rust/va416xx-rs/compare/vorago-peb1-v0.1.2...HEAD
[unreleased]: https://egit.irs.uni-stuttgart.de/rust/va416xx-rs/compare/vorago-peb1-v0.1.3...HEAD
[v0.1.3]: https://egit.irs.uni-stuttgart.de/rust/va416xx-rs/compare/vorago-peb1-v0.1.2...vorago-peb1-v0.1.3
[v0.1.2]: https://egit.irs.uni-stuttgart.de/rust/va416xx-rs/compare/vorago-peb1-v0.1.1...vorago-peb1-v0.1.2
[v0.1.1]: https://egit.irs.uni-stuttgart.de/rust/va416xx-rs/compare/vorago-peb1-v0.1.0...vorago-peb1-v0.1.1
[v0.1.0]: https://egit.irs.uni-stuttgart.de/rust/va416xx-rs/src/tag/vorago-peb1-v0.1.0

View File

@@ -1,6 +1,6 @@
[package]
name = "vorago-peb1"
version = "0.1.2"
version = "0.1.3"
authors = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"]
edition = "2021"
description = "Board Support Crate for the Vorago PEB1 development board"