Skip to content

Commit 829131b

Browse files
committed
Prepare 0.3.4
1 parent 1a46975 commit 829131b

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
10+
## [0.3.4] - 2022-06-23
811
### Added
912
- Support for `ATtiny13A` ([#100]).
1013

@@ -164,7 +167,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
164167
Initial release with support for `ATmega1280`, `ATmega328P`, `ATmega32U4`,
165168
`ATmega64`, `ATmega8`, `ATtiny85`.
166169

167-
[Unreleased]: https://github.com/Rahix/avr-device/compare/v0.3.3...HEAD
170+
[Unreleased]: https://github.com/Rahix/avr-device/compare/v0.3.4...HEAD
171+
[0.3.4]: https://github.com/Rahix/avr-device/compare/v0.3.3...v0.3.4
168172
[0.3.3]: https://github.com/Rahix/avr-device/compare/v0.3.2...v0.3.3
169173
[0.3.2]: https://github.com/Rahix/avr-device/compare/v0.3.1...v0.3.2
170174
[0.3.1]: https://github.com/Rahix/avr-device/compare/v0.3.0...v0.3.1

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "avr-device"
3-
version = "0.3.3"
3+
version = "0.3.4"
44

55
authors = ["Rahix <[email protected]>"]
66
edition = "2018"
@@ -64,7 +64,7 @@ cfg-if = "0.1.10"
6464

6565
[dependencies.avr-device-macros]
6666
path = "macros/"
67-
version = "=0.3.3"
67+
version = "=0.3.4"
6868
optional = true
6969

7070
[build-dependencies]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Auto-generated wrappers around registers for AVR microcontrollers.
66
Add the following to `Cargo.toml`:
77
```toml
88
[dependencies.avr-device]
9-
version = "0.3.3"
9+
version = "0.3.4"
1010
features = ["atmega32u4"]
1111
```
1212

macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "avr-device-macros"
3-
version = "0.3.3"
3+
version = "0.3.4"
44

55
authors = ["Rahix <[email protected]>"]
66
edition = "2018"

0 commit comments

Comments
 (0)