From 46eebb9530efa3e5b3ab46dd9feaddb730aba24d Mon Sep 17 00:00:00 2001 From: Rahix Date: Tue, 29 Jun 2021 17:59:40 +0200 Subject: [PATCH] Prepare 0.3.1 --- CHANGELOG.md | 6 +++++- Cargo.toml | 4 ++-- README.md | 2 +- macros/Cargo.toml | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84fc47c..d8c1cf4 100644 --- a/CHANGELOG.md +++ b/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.3.1] - 2021-06-29 ### Added - Support for `ATmega8U2` ([#77]). - Support for `AT90USB1286` ([#80]). @@ -114,7 +117,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial release with support for `ATmega1280`, `ATmega328P`, `ATmega32U4`, `ATmega64`, `ATmega8`, `ATtiny85`. -[Unreleased]: https://github.com/Rahix/avr-device/compare/v0.3.0...HEAD +[Unreleased]: https://github.com/Rahix/avr-device/compare/v0.3.1...HEAD +[0.3.1]: https://github.com/Rahix/avr-device/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/Rahix/avr-device/compare/v0.2.3...v0.3.0 [0.2.3]: https://github.com/Rahix/avr-device/compare/v0.2.2...v0.2.3 [0.2.2]: https://github.com/Rahix/avr-device/compare/v0.2.1...v0.2.2 diff --git a/Cargo.toml b/Cargo.toml index 762b549..7c63963 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "avr-device" -version = "0.3.0" +version = "0.3.1" authors = ["Rahix "] edition = "2018" @@ -49,5 +49,5 @@ cfg-if = "0.1.10" [dependencies.avr-device-macros] path = "macros/" -version = "=0.3.0" +version = "=0.3.1" optional = true diff --git a/README.md b/README.md index dc9d773..5f93ad4 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Auto-generated wrappers around registers for AVR microcontrollers. Add the following to `Cargo.toml`: ```toml [dependencies.avr-device] -version = "0.3.0" +version = "0.3.1" features = ["atmega32u4"] ``` diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 298ac7c..8f08b3f 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "avr-device-macros" -version = "0.3.0" +version = "0.3.1" authors = ["Rahix "] edition = "2018" -- 2.49.0