diff --git a/ravedude/CHANGELOG.md b/ravedude/CHANGELOG.md index 6e95adb1a2..1dcd58f75b 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.6] - 2023-11-06 ### Added - Support for *Arduino Mega 1280* ([#362]). - Support for *Arduino Duemilanove* ([#404]). @@ -82,7 +85,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.5...HEAD +[Unreleased]: https://github.com/rahix/avr-hal/compare/ravedude-0.1.6...HEAD +[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 [0.1.3]: https://github.com/rahix/avr-hal/compare/ravedude-0.1.2...ravedude-0.1.3 diff --git a/ravedude/Cargo.lock b/ravedude/Cargo.lock index 0f70ab9b8f..5c73d627e5 100644 --- a/ravedude/Cargo.lock +++ b/ravedude/Cargo.lock @@ -366,7 +366,7 @@ dependencies = [ [[package]] name = "ravedude" -version = "0.1.5" +version = "0.1.6" dependencies = [ "anyhow", "colored", diff --git a/ravedude/Cargo.toml b/ravedude/Cargo.toml index f2b21b8d31..52dd7c9dd8 100644 --- a/ravedude/Cargo.toml +++ b/ravedude/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ravedude" -version = "0.1.5" +version = "0.1.6" authors = ["Rahix "] edition = "2018" description = "Tool to easily flash code onto an AVR microcontroller with avrdude"