aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot-rp
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-08-26 22:06:52 +0200
committerUlf Lilleengen <[email protected]>2025-08-26 22:06:52 +0200
commitdf112a83f05d08dc01607083211bdc2ac1e11cfa (patch)
tree230f5c88d496b33bd8f538e45bffdedaa5b04158 /embassy-boot-rp
parent83f2557eacd657070a84a9baf2da6e3aff03b2b7 (diff)
fix: remaining versions
Diffstat (limited to 'embassy-boot-rp')
-rw-r--r--embassy-boot-rp/CHANGELOG.md2
-rw-r--r--embassy-boot-rp/Cargo.toml2
2 files changed, 3 insertions, 1 deletions
diff --git a/embassy-boot-rp/CHANGELOG.md b/embassy-boot-rp/CHANGELOG.md
index 9263f8e60..782bb066c 100644
--- a/embassy-boot-rp/CHANGELOG.md
+++ b/embassy-boot-rp/CHANGELOG.md
@@ -8,6 +8,8 @@ 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.8.0 - 2025-08-26
12
11## 0.7.1 - 2025-08-26 13## 0.7.1 - 2025-08-26
12 14
13## 0.1.1 - 2025-08-15 15## 0.1.1 - 2025-08-15
diff --git a/embassy-boot-rp/Cargo.toml b/embassy-boot-rp/Cargo.toml
index 3b9e9dd8e..894b77595 100644
--- a/embassy-boot-rp/Cargo.toml
+++ b/embassy-boot-rp/Cargo.toml
@@ -1,7 +1,7 @@
1[package] 1[package]
2edition = "2021" 2edition = "2021"
3name = "embassy-boot-rp" 3name = "embassy-boot-rp"
4version = "0.7.1" 4version = "0.8.0"
5description = "Bootloader lib for RP2040 chips" 5description = "Bootloader lib for RP2040 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"