Skip to content

Commit 0667d26

Browse files
committed
Prepare ravedude 0.2.0
1 parent 7773cb0 commit 0667d26

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

ravedude/CHANGELOG.md

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

77
## [Unreleased]
8+
9+
10+
## [0.2.0] - 2025-04-22
811
### Changed
912
- **BREAKING** ravedude is now configured using a `Ravedude.toml` configuration
1013
file. This is more flexible because boards are no longer hard-coded into the
@@ -136,7 +139,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
136139
Initial, miminal version.
137140

138141

139-
[Unreleased]: https://github.com/rahix/avr-hal/compare/ravedude-0.1.8...HEAD
142+
[Unreleased]: https://github.com/rahix/avr-hal/compare/ravedude-0.2.0...HEAD
143+
[0.2.0]: https://github.com/rahix/avr-hal/compare/ravedude-0.1.8...ravedude-0.2.0
140144
[0.1.8]: https://github.com/rahix/avr-hal/compare/ravedude-0.1.7...ravedude-0.1.8
141145
[0.1.7]: https://github.com/rahix/avr-hal/compare/ravedude-0.1.6...ravedude-0.1.7
142146
[0.1.6]: https://github.com/rahix/avr-hal/compare/ravedude-0.1.5...ravedude-0.1.6

ravedude/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ravedude/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ravedude"
3-
version = "0.1.8"
3+
version = "0.2.0"
44
authors = ["Rahix <[email protected]>"]
55
edition = "2021"
66
description = "Tool to easily flash code onto an AVR microcontroller with avrdude"

0 commit comments

Comments
 (0)