From 054bfdbd7dadc2b5f5f91bc0beef995fcf0b3c80 Mon Sep 17 00:00:00 2001 From: Rahix Date: Thu, 20 Aug 2020 11:12:01 +0200 Subject: [PATCH] Prepare 0.2.2 Signed-off-by: Rahix --- 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 cbcb63b..f4b5880 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.2.2] - 2020-08-20 ### Added - Support for `ATmega168` - Support for `ATmega48P` @@ -56,7 +59,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.2.1...HEAD +[Unreleased]: https://github.com/Rahix/avr-device/compare/v0.2.2...HEAD +[0.2.2]: https://github.com/Rahix/avr-device/compare/v0.2.1...v0.2.2 [0.2.1]: https://github.com/Rahix/avr-device/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/Rahix/avr-device/compare/v0.1.1...v0.2.0 [0.1.1]: https://github.com/Rahix/avr-device/compare/v0.1.0...v0.1.1 diff --git a/Cargo.toml b/Cargo.toml index 60fa8de..8966152 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "avr-device" -version = "0.2.1" +version = "0.2.2" authors = ["Rahix "] edition = "2018" @@ -41,5 +41,5 @@ cfg-if = "0.1.10" [dependencies.avr-device-macros] path = "macros/" -version = "=0.2.0" +version = "=0.2.2" optional = true diff --git a/README.md b/README.md index a9146a0..20b7c9a 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.2.1" +version = "0.2.2" features = ["atmega32u4"] ``` diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 4954414..c95bb45 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "avr-device-macros" -version = "0.2.0" +version = "0.2.2" authors = ["Rahix "] edition = "2018" -- 2.49.0