From 0e19ff0d1b23bf60d8355f9cced64f9ab20f0f0b Mon Sep 17 00:00:00 2001 From: Rahix Date: Thu, 8 Sep 2022 19:29:52 +0200 Subject: [PATCH] Prepare 0.4.0 --- CHANGELOG.md | 6 +++++- Cargo.toml | 4 ++-- macros/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98c678c..11bad34 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.4.0] - 2022-09-08 ### Added - Support for `ATmega164PA` ([#101]). - Added a new, safer, API for manually managing interrupts ([#104]). @@ -187,7 +190,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.4...HEAD +[Unreleased]: https://github.com/Rahix/avr-device/compare/v0.4.0...HEAD +[0.4.0]: https://github.com/Rahix/avr-device/compare/v0.3.4...v0.4.0 [0.3.4]: https://github.com/Rahix/avr-device/compare/v0.3.3...v0.3.4 [0.3.3]: https://github.com/Rahix/avr-device/compare/v0.3.2...v0.3.3 [0.3.2]: https://github.com/Rahix/avr-device/compare/v0.3.1...v0.3.2 diff --git a/Cargo.toml b/Cargo.toml index ef40e5e..9e1964f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "avr-device" -version = "0.3.4" +version = "0.4.0" authors = ["Rahix "] edition = "2021" @@ -66,5 +66,5 @@ ufmt = { version = "0.2.0", optional = true } [dependencies.avr-device-macros] path = "macros/" -version = "=0.3.4" +version = "=0.4.0" optional = true diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 5e5be18..3b9d4bd 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "avr-device-macros" -version = "0.3.4" +version = "0.4.0" authors = ["Rahix "] edition = "2018" -- 2.48.1