From 08e25dead090faa7710dea6cc97f0cad104a4271 Mon Sep 17 00:00:00 2001 From: Rahix Date: Sat, 24 Feb 2024 22:57:23 +0100 Subject: [PATCH] Prepare ravedude 0.1.7 --- ravedude/CHANGELOG.md | 6 +++++- ravedude/Cargo.lock | 2 +- ravedude/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ravedude/CHANGELOG.md b/ravedude/CHANGELOG.md index 8143e01216..6181db1872 100644 --- a/ravedude/CHANGELOG.md +++ b/ravedude/CHANGELOG.md @@ -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.7] - 2024-02-24 ### Added - Added support for using `ravedude` with `avrdude` version 7.x ([#508]). @@ -93,7 +96,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.6...HEAD +[Unreleased]: https://github.com/rahix/avr-hal/compare/ravedude-0.1.7...HEAD +[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 [0.1.4]: https://github.com/rahix/avr-hal/compare/ravedude-0.1.3...ravedude-0.1.4 diff --git a/ravedude/Cargo.lock b/ravedude/Cargo.lock index 5c73d627e5..e4ded1542b 100644 --- a/ravedude/Cargo.lock +++ b/ravedude/Cargo.lock @@ -366,7 +366,7 @@ dependencies = [ [[package]] name = "ravedude" -version = "0.1.6" +version = "0.1.7" dependencies = [ "anyhow", "colored", diff --git a/ravedude/Cargo.toml b/ravedude/Cargo.toml index 786f74ba78..d2ac71d196 100644 --- a/ravedude/Cargo.toml +++ b/ravedude/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ravedude" -version = "0.1.6" +version = "0.1.7" authors = ["Rahix "] edition = "2021" description = "Tool to easily flash code onto an AVR microcontroller with avrdude"