Skip to content

Commit d9dfb0d

Browse files
committed
Version 0.2.0
1 parent 898d391 commit d9dfb0d

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.2.0] - 2025-09-13
9+
10+
### Fixed
11+
12+
- Flashing now works on older STM32 series (e.g. F3).
913

1014
## [0.1.0] - No date specified
1115

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dfu-buddy"
3-
version = "0.1.0-alpha4"
3+
version = "0.2.0"
44
authors = ["Oliver Rockstedt <info@sourcebox.de>"]
55
license = "MIT"
66
edition = "2024"

0 commit comments

Comments
 (0)