Skip to content

Commit eff647d

Browse files
committed
v0.4.0
1 parent 4572fcd commit eff647d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [v0.4.0] 2024-12-30
6+
57
* Upgrade to embedded-hal v1.0 [#13]
68

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

48-
[Unreleased]: https://github.com/stm32-rs/stm32-fmc/compare/v0.3.2...HEAD
50+
[Unreleased]: https://github.com/stm32-rs/stm32-fmc/compare/v0.4.0...HEAD
51+
[v0.3.2]: https://github.com/stm32-rs/stm32-fmc/compare/v0.3.2...v0.4.0
4952
[v0.3.2]: https://github.com/stm32-rs/stm32-fmc/compare/v0.3.1...v0.3.2
5053
[v0.3.1]: https://github.com/stm32-rs/stm32-fmc/compare/v0.3.0...v0.3.1
5154
[v0.3.0]: https://github.com/stm32-rs/stm32-fmc/compare/v0.2.4...v0.3.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stm32-fmc"
3-
version = "0.3.2"
3+
version = "0.4.0"
44
authors = ["Richard Meadows <richard@richard.fish>"]
55
edition = "2018"
66
categories = ["embedded", "hardware-support", "no-std"]

0 commit comments

Comments
 (0)