From cda2bcb54e04fca57841b574ed9a74078ec4bc1f Mon Sep 17 00:00:00 2001 From: Rahix Date: Sun, 7 Feb 2021 13:44:35 +0100 Subject: [PATCH] Prepare 0.3.0 --- 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 65071aa..ea5b554 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.0] - 2021-02-07 ### Added - Support for `ATmega4809` ([#63]). - Support for `ATtiny841` and `ATtiny861` ([#67]). @@ -102,7 +105,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.3...HEAD +[Unreleased]: https://github.com/Rahix/avr-device/compare/v0.3.0...HEAD +[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 [0.2.1]: https://github.com/Rahix/avr-device/compare/v0.2.0...v0.2.1 diff --git a/Cargo.toml b/Cargo.toml index 4818429..0532d82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "avr-device" -version = "0.2.3" +version = "0.3.0" authors = ["Rahix "] edition = "2018" @@ -47,5 +47,5 @@ cfg-if = "0.1.10" [dependencies.avr-device-macros] path = "macros/" -version = "=0.2.3" +version = "=0.3.0" optional = true diff --git a/README.md b/README.md index 147ce8e..b61c2d2 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.3" +version = "0.3.0" features = ["atmega32u4"] ``` diff --git a/macros/Cargo.toml b/macros/Cargo.toml index b94e02a..298ac7c 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "avr-device-macros" -version = "0.2.3" +version = "0.3.0" authors = ["Rahix "] edition = "2018" -- 2.49.0