~ruther/avr-device

0e19ff0d1b23bf60d8355f9cced64f9ab20f0f0b — Rahix 2 years ago a6f1a84
Prepare 0.4.0
3 files changed, 8 insertions(+), 4 deletions(-)

M CHANGELOG.md
M Cargo.toml
M macros/Cargo.toml
M CHANGELOG.md => CHANGELOG.md +5 -1
@@ 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

M Cargo.toml => Cargo.toml +2 -2
@@ 1,6 1,6 @@
[package]
name = "avr-device"
version = "0.3.4"
version = "0.4.0"

authors = ["Rahix <rahix@rahix.de>"]
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

M macros/Cargo.toml => macros/Cargo.toml +1 -1
@@ 1,6 1,6 @@
[package]
name = "avr-device-macros"
version = "0.3.4"
version = "0.4.0"

authors = ["Rahix <rahix@rahix.de>"]
edition = "2018"

Do not follow this link