Skip to content

Commit

Permalink
Prepare ravedude 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahix committed Mar 15, 2024
1 parent c53fff0 commit d827cdd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion ravedude/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]


## [0.1.8] - 2024-03-15
### Added
- Added the `--debug-avrdude` option to print the `avrdude` invocation used to
flash the binary.
Expand Down Expand Up @@ -108,7 +111,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Initial, miminal version.


[Unreleased]: https://github.com/rahix/avr-hal/compare/ravedude-0.1.7...HEAD
[Unreleased]: https://github.com/rahix/avr-hal/compare/ravedude-0.1.8...HEAD
[0.1.8]: https://github.com/rahix/avr-hal/compare/ravedude-0.1.7...ravedude-0.1.8
[0.1.7]: https://github.com/rahix/avr-hal/compare/ravedude-0.1.6...ravedude-0.1.7
[0.1.6]: https://github.com/rahix/avr-hal/compare/ravedude-0.1.5...ravedude-0.1.6
[0.1.5]: https://github.com/rahix/avr-hal/compare/ravedude-0.1.4...ravedude-0.1.5
Expand Down
2 changes: 1 addition & 1 deletion ravedude/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ravedude/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ravedude"
version = "0.1.7"
version = "0.1.8"
authors = ["Rahix <rahix@rahix.de>"]
edition = "2021"
description = "Tool to easily flash code onto an AVR microcontroller with avrdude"
Expand Down

0 comments on commit d827cdd

Please sign in to comment.