Skip to content

Commit

Permalink
Prepare ravedude 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahix committed Jul 11, 2021
1 parent 903a1b3 commit 1cbaaef
Show file tree
Hide file tree
Showing 3 changed files with 9 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.3] - 2021-07-11
### Added
- Support for *Arduino Mega 2560*.
- Support for *Arduino Diecimila* (untested).
Expand All @@ -31,7 +34,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.2...HEAD
[Unreleased]: https://github.com/rahix/avr-hal/compare/ravedude-0.1.3...HEAD
[0.1.3]: https://github.com/rahix/avr-hal/compare/ravedude-0.1.2...ravedude-0.1.3
[0.1.2]: https://github.com/rahix/avr-hal/compare/ravedude-0.1.1...ravedude-0.1.2
[0.1.1]: https://github.com/rahix/avr-hal/compare/ravedude-0.1.0...ravedude-0.1.1
[0.1.0]: https://github.com/rahix/avr-hal/releases/tag/ravedude-0.1.0
4 changes: 3 additions & 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.2"
version = "0.1.3"
authors = ["Rahix <rahix@rahix.de>"]
edition = "2018"
description = "Tool to easily flash code onto an AVR microcontroller with avrdude"
Expand Down

0 comments on commit 1cbaaef

Please sign in to comment.