aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot-nrf
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-09-30 10:31:33 +0200
committerUlf Lilleengen <[email protected]>2025-09-30 10:31:33 +0200
commit0ba74a4127a244781fc125208a73cc51c8a0deac (patch)
treee817ac19542741914cfb16f1268af21885959700 /embassy-boot-nrf
parentc3a093a505bf6e7a1a679113b9bec68059909e36 (diff)
chore: prepare crate releases
Diffstat (limited to 'embassy-boot-nrf')
-rw-r--r--embassy-boot-nrf/CHANGELOG.md4
-rw-r--r--embassy-boot-nrf/Cargo.toml4
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]
2edition = "2021" 2edition = "2021"
3name = "embassy-boot-nrf" 3name = "embassy-boot-nrf"
4version = "0.8.0" 4version = "0.9.0"
5description = "Bootloader lib for nRF chips" 5description = "Bootloader lib for nRF chips"
6license = "MIT OR Apache-2.0" 6license = "MIT OR Apache-2.0"
7repository = "https://github.com/embassy-rs/embassy" 7repository = "https://github.com/embassy-rs/embassy"
@@ -36,7 +36,7 @@ defmt = { version = "1.0.1", optional = true }
36log = { version = "0.4.17", optional = true } 36log = { version = "0.4.17", optional = true }
37 37
38embassy-sync = { version = "0.7.2", path = "../embassy-sync" } 38embassy-sync = { version = "0.7.2", path = "../embassy-sync" }
39embassy-nrf = { version = "0.7.0", path = "../embassy-nrf", default-features = false } 39embassy-nrf = { version = "0.8.0", path = "../embassy-nrf", default-features = false }
40embassy-boot = { version = "0.6.1", path = "../embassy-boot" } 40embassy-boot = { version = "0.6.1", path = "../embassy-boot" }
41cortex-m = { version = "0.7.6" } 41cortex-m = { version = "0.7.6" }
42cortex-m-rt = { version = "0.7" } 42cortex-m-rt = { version = "0.7" }