Skip to content

Commit

Permalink
Release v0.4.2: final clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
michalfita committed Nov 6, 2022
1 parent f6b447b commit 726cf0f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,19 @@

### Added

- CI: `-D warnings` flags to cargo workflows to catch documentation errors.

### Changed

### Removed

### Fixed

## [v0.4.2] 2022-11-06

### Added

- CI: `-D warnings` flags to cargo workflows to catch documentation errors.
- cargo: enable features for [docs.rs](https://docs.rs/crate/atsamx7x-hal/0.4.2) builds

## [v0.4.1] 2022-10-26

### Changed
Expand Down Expand Up @@ -115,7 +120,8 @@
* hal: Just very simple stuff added
* automation script in Python

[Unreleased]: https://github.com/atsams-rs/atsamx7x-rust/compare/v0.4.1...HEAD
[Unreleased]: https://github.com/atsams-rs/atsamx7x-rust/compare/v0.4.2...HEAD
[v0.4.2]: https://github.com/atsams-rs/atsamx7x-rust/compare/v0.4.1...v0.4.2
[v0.4.1]: https://github.com/atsams-rs/atsamx7x-rust/compare/v0.4.0...v0.4.1
[v0.4.0]: https://github.com/atsams-rs/atsamx7x-rust/compare/v0.3.0...v0.4.0
[v0.3.0]: https://github.com/atsams-rs/atsamx7x-rust/compare/v0.2.1...v0.3.0
Expand Down
2 changes: 1 addition & 1 deletion hal/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "atsamx7x-hal"
version = "0.4.1"
version = "0.4.2"
# in no particular order
authors = [
"Michal Fita <[email protected]>",
Expand Down

0 comments on commit 726cf0f

Please sign in to comment.