Skip to content

Commit d827cdd

Browse files
committed
Prepare ravedude 0.1.8
1 parent c53fff0 commit d827cdd

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.1.8] - 2024-03-15
811
### Added
912
- Added the `--debug-avrdude` option to print the `avrdude` invocation used to
1013
flash the binary.
@@ -108,7 +111,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
108111
Initial, miminal version.
109112

110113

111-
[Unreleased]: https://github.com/rahix/avr-hal/compare/ravedude-0.1.7...HEAD
114+
[Unreleased]: https://github.com/rahix/avr-hal/compare/ravedude-0.1.8...HEAD
115+
[0.1.8]: https://github.com/rahix/avr-hal/compare/ravedude-0.1.7...ravedude-0.1.8
112116
[0.1.7]: https://github.com/rahix/avr-hal/compare/ravedude-0.1.6...ravedude-0.1.7
113117
[0.1.6]: https://github.com/rahix/avr-hal/compare/ravedude-0.1.5...ravedude-0.1.6
114118
[0.1.5]: https://github.com/rahix/avr-hal/compare/ravedude-0.1.4...ravedude-0.1.5

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.7"
3+
version = "0.1.8"
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)