Skip to content

Commit 726cf0f

Browse files
committed
Release v0.4.2: final clean up
1 parent f6b447b commit 726cf0f

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,19 @@
44

55
### Added
66

7-
- CI: `-D warnings` flags to cargo workflows to catch documentation errors.
8-
97
### Changed
108

119
### Removed
1210

1311
### Fixed
1412

13+
## [v0.4.2] 2022-11-06
14+
15+
### Added
16+
17+
- CI: `-D warnings` flags to cargo workflows to catch documentation errors.
18+
- cargo: enable features for [docs.rs](https://docs.rs/crate/atsamx7x-hal/0.4.2) builds
19+
1520
## [v0.4.1] 2022-10-26
1621

1722
### Changed
@@ -115,7 +120,8 @@
115120
* hal: Just very simple stuff added
116121
* automation script in Python
117122

118-
[Unreleased]: https://github.com/atsams-rs/atsamx7x-rust/compare/v0.4.1...HEAD
123+
[Unreleased]: https://github.com/atsams-rs/atsamx7x-rust/compare/v0.4.2...HEAD
124+
[v0.4.2]: https://github.com/atsams-rs/atsamx7x-rust/compare/v0.4.1...v0.4.2
119125
[v0.4.1]: https://github.com/atsams-rs/atsamx7x-rust/compare/v0.4.0...v0.4.1
120126
[v0.4.0]: https://github.com/atsams-rs/atsamx7x-rust/compare/v0.3.0...v0.4.0
121127
[v0.3.0]: https://github.com/atsams-rs/atsamx7x-rust/compare/v0.2.1...v0.3.0

hal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "atsamx7x-hal"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
# in no particular order
55
authors = [
66
"Michal Fita <[email protected]>",

0 commit comments

Comments
 (0)