diff options
| author | Ulf Lilleengen <[email protected]> | 2025-09-30 10:31:33 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2025-09-30 10:31:33 +0200 |
| commit | 0ba74a4127a244781fc125208a73cc51c8a0deac (patch) | |
| tree | e817ac19542741914cfb16f1268af21885959700 /embassy-boot-nrf | |
| parent | c3a093a505bf6e7a1a679113b9bec68059909e36 (diff) | |
chore: prepare crate releases
Diffstat (limited to 'embassy-boot-nrf')
| -rw-r--r-- | embassy-boot-nrf/CHANGELOG.md | 4 | ||||
| -rw-r--r-- | embassy-boot-nrf/Cargo.toml | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/embassy-boot-nrf/CHANGELOG.md b/embassy-boot-nrf/CHANGELOG.md index 8cc1e73c0..54b7c8067 100644 --- a/embassy-boot-nrf/CHANGELOG.md +++ b/embassy-boot-nrf/CHANGELOG.md | |||
| @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
| 8 | <!-- next-header --> | 8 | <!-- next-header --> |
| 9 | ## Unreleased - ReleaseDate | 9 | ## Unreleased - ReleaseDate |
| 10 | 10 | ||
| 11 | ## 0.9.0 - 2025-09-30 | ||
| 12 | |||
| 13 | - Bumped embassy-nrf to 0.8.0 | ||
| 14 | |||
| 11 | ## 0.8.0 - 2025-08-26 | 15 | ## 0.8.0 - 2025-08-26 |
| 12 | 16 | ||
| 13 | ## 0.1.1 - 2025-08-15 | 17 | ## 0.1.1 - 2025-08-15 |
diff --git a/embassy-boot-nrf/Cargo.toml b/embassy-boot-nrf/Cargo.toml index 49dff061a..466f18631 100644 --- a/embassy-boot-nrf/Cargo.toml +++ b/embassy-boot-nrf/Cargo.toml | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | [package] | 1 | [package] |
| 2 | edition = "2021" | 2 | edition = "2021" |
| 3 | name = "embassy-boot-nrf" | 3 | name = "embassy-boot-nrf" |
| 4 | version = "0.8.0" | 4 | version = "0.9.0" |
| 5 | description = "Bootloader lib for nRF chips" | 5 | description = "Bootloader lib for nRF chips" |
| 6 | license = "MIT OR Apache-2.0" | 6 | license = "MIT OR Apache-2.0" |
| 7 | repository = "https://github.com/embassy-rs/embassy" | 7 | repository = "https://github.com/embassy-rs/embassy" |
| @@ -36,7 +36,7 @@ defmt = { version = "1.0.1", optional = true } | |||
| 36 | log = { version = "0.4.17", optional = true } | 36 | log = { version = "0.4.17", optional = true } |
| 37 | 37 | ||
| 38 | embassy-sync = { version = "0.7.2", path = "../embassy-sync" } | 38 | embassy-sync = { version = "0.7.2", path = "../embassy-sync" } |
| 39 | embassy-nrf = { version = "0.7.0", path = "../embassy-nrf", default-features = false } | 39 | embassy-nrf = { version = "0.8.0", path = "../embassy-nrf", default-features = false } |
| 40 | embassy-boot = { version = "0.6.1", path = "../embassy-boot" } | 40 | embassy-boot = { version = "0.6.1", path = "../embassy-boot" } |
| 41 | cortex-m = { version = "0.7.6" } | 41 | cortex-m = { version = "0.7.6" } |
| 42 | cortex-m-rt = { version = "0.7" } | 42 | cortex-m-rt = { version = "0.7" } |
