aboutsummaryrefslogtreecommitdiff
path: root/embassy-usb-dfu
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-08-27 08:44:05 +0200
committerUlf Lilleengen <[email protected]>2025-08-27 08:44:05 +0200
commit3e8d8fec15286eb25b8bba7d103c8fc279544551 (patch)
treef0cf1063d75510d6eb4b53b24f61c22828ac629c /embassy-usb-dfu
parent2454b3cc7e450e28a3d354a1940c4913828a27e9 (diff)
fix: update more minor versions
Diffstat (limited to 'embassy-usb-dfu')
-rw-r--r--embassy-usb-dfu/CHANGELOG.md2
-rw-r--r--embassy-usb-dfu/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/embassy-usb-dfu/CHANGELOG.md b/embassy-usb-dfu/CHANGELOG.md
index 9a399c5c7..466eff211 100644
--- a/embassy-usb-dfu/CHANGELOG.md
+++ b/embassy-usb-dfu/CHANGELOG.md
@@ -8,6 +8,6 @@ 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.1.1 - 2025-08-26 11## 0.2.0 - 2025-08-27
12 12
13- First release with changelog. 13- First release with changelog.
diff --git a/embassy-usb-dfu/Cargo.toml b/embassy-usb-dfu/Cargo.toml
index 1bf39641f..4a65c6895 100644
--- a/embassy-usb-dfu/Cargo.toml
+++ b/embassy-usb-dfu/Cargo.toml
@@ -1,7 +1,7 @@
1[package] 1[package]
2edition = "2021" 2edition = "2021"
3name = "embassy-usb-dfu" 3name = "embassy-usb-dfu"
4version = "0.1.1" 4version = "0.2.0"
5description = "An implementation of the USB DFU 1.1 protocol, using embassy-boot" 5description = "An implementation of the USB DFU 1.1 protocol, using embassy-boot"
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"