Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
richardeoin committed Dec 30, 2024
1 parent 4572fcd commit eff647d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [v0.4.0] 2024-12-30

* Upgrade to embedded-hal v1.0 [#13]

## [v0.3.2] 2024-08-04
Expand Down Expand Up @@ -45,7 +47,8 @@
* Don't require type to be `Sync` in order to implement FmcPeripheral
* Begin Changelog

[Unreleased]: https://github.com/stm32-rs/stm32-fmc/compare/v0.3.2...HEAD
[Unreleased]: https://github.com/stm32-rs/stm32-fmc/compare/v0.4.0...HEAD
[v0.3.2]: https://github.com/stm32-rs/stm32-fmc/compare/v0.3.2...v0.4.0
[v0.3.2]: https://github.com/stm32-rs/stm32-fmc/compare/v0.3.1...v0.3.2
[v0.3.1]: https://github.com/stm32-rs/stm32-fmc/compare/v0.3.0...v0.3.1
[v0.3.0]: https://github.com/stm32-rs/stm32-fmc/compare/v0.2.4...v0.3.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stm32-fmc"
version = "0.3.2"
version = "0.4.0"
authors = ["Richard Meadows <[email protected]>"]
edition = "2018"
categories = ["embedded", "hardware-support", "no-std"]
Expand Down

0 comments on commit eff647d

Please sign in to comment.