Skip to content

Commit b17c458

Browse files
committed
prepare reb1 and embassy releases
1 parent 102d111 commit b17c458

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

va108xx-embassy/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88

99
## [unreleased]
1010

11+
## [v0.2.1] 2025-03-07
12+
13+
- Bumped allowed va108xx-hal to v0.11
14+
1115
## [v0.2.0] 2025-02-17
1216

1317
- Bumped va108xx-hal to v0.10.0
@@ -21,3 +25,7 @@ Docs patch
2125
## [v0.1.0] 2025-02-13
2226

2327
Initial release
28+
29+
[unreleased]: https://egit.irs.uni-stuttgart.de/rust/va108xx-rs/compare/va108xx-embassy-v0.2.1...HEAD
30+
[v0.2.1]: https://egit.irs.uni-stuttgart.de/rust/va108xx-rs/compare/va108xx-embassy-v0.2.0...va10xx-embassy-v0.2.1
31+
[v0.2.0]: https://egit.irs.uni-stuttgart.de/rust/va108xx-rs/compare/va108xx-embassy-v0.1.2...va10xx-embassy-v0.2.0

va108xx-embassy/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ embassy-time-queue-utils = "0.1"
2020

2121
once_cell = { version = "1", default-features = false, features = ["critical-section"] }
2222

23-
va108xx-hal = { version = "0.11", path = "../va108xx-hal" }
23+
va108xx-hal = { version = "<=0.10, >=0.11" }
2424

2525
[target.'cfg(all(target_arch = "arm", target_os = "none"))'.dependencies]
2626
portable-atomic = { version = "1", features = ["unsafe-assume-single-core"] }

vorago-reb1/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88

99
## [unreleased]
1010

11+
## [v0.8.1] 2025-03-07
12+
13+
- Bumped allowed `va108xx-hal` dependency to 0.11
14+
1115
## [v0.8.0] 2025-02-17
1216

1317
- Bumped `va108xx-hal` dependency to 0.10
@@ -56,3 +60,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
5660
- Added basic accelerometer example. Board in not populated so it is not complete, but
5761
it provides a starting point
5862
- Added ADC base library and example building on the new max116xx-10bit device driver crate
63+
64+
[unreleased]: https://egit.irs.uni-stuttgart.de/rust/va108xx-rs/compare/vorago-reb1-v0.8.1...HEAD
65+
[v0.8.1]: https://egit.irs.uni-stuttgart.de/rust/va108xx-rs/compare/vorago-reg-v0.8.0...vorago-reb-v0.8.1
66+
[v0.8.0]: https://egit.irs.uni-stuttgart.de/rust/va108xx-rs/compare/vorago-reg-v0.7.0...vorago-reb-v0.8.0
67+
[v0.7.0]: https://egit.irs.uni-stuttgart.de/rust/va108xx-rs/compare/vorago-reg-v0.6.0...vorago-reb-v0.7.0
68+
[v0.6.0]: https://egit.irs.uni-stuttgart.de/rust/va108xx-rs/compare/vorago-reg-v0.5.0...vorago-reb-v0.6.0

vorago-reb1/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vorago-reb1"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
authors = ["Robin Mueller <[email protected]>"]
55
edition = "2021"
66
description = "Board Support Crate for the Vorago REB1 development board"
@@ -18,7 +18,7 @@ nb = "1"
1818
bitfield = ">=0.17, <=0.18"
1919
max116xx-10bit = "0.3"
2020

21-
va108xx-hal = { version = ">=0.10, <=0.11", path = "../va108xx-hal", features = ["rt"] }
21+
va108xx-hal = { version = ">=0.10, <=0.11", features = ["rt"] }
2222

2323
[features]
2424
rt = ["va108xx-hal/rt"]

0 commit comments

Comments
 (0)