Skip to content

Commit f46710b

Browse files
committed
v0.3.1
1 parent 7f1a45f commit f46710b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [v0.3.1] 2024-08-04
6+
7+
* Add IS42S32400F to devices [#14]
8+
59
## [v0.3.0] 2022-12-29
610

711
* Parallel NAND Flash is supported with the `nand ` feature flag [#9]
@@ -35,7 +39,8 @@
3539
* Don't require type to be `Sync` in order to implement FmcPeripheral
3640
* Begin Changelog
3741

38-
[Unreleased]: https://github.com/stm32-rs/stm32-fmc/compare/v0.3.0...HEAD
42+
[Unreleased]: https://github.com/stm32-rs/stm32-fmc/compare/v0.3.1...HEAD
43+
[v0.3.1]: https://github.com/stm32-rs/stm32-fmc/compare/v0.3.0...v0.3.1
3944
[v0.3.0]: https://github.com/stm32-rs/stm32-fmc/compare/v0.2.4...v0.3.0
4045
[v0.2.4]: https://github.com/stm32-rs/stm32-fmc/compare/v0.2.3...v0.2.4
4146
[v0.2.3]: https://github.com/stm32-rs/stm32-fmc/compare/v0.2.2...v0.2.3
@@ -49,3 +54,4 @@
4954
[#7]: https://github.com/stm32-rs/stm32-fmc/pull/7
5055
[#8]: https://github.com/stm32-rs/stm32-fmc/pull/8
5156
[#9]: https://github.com/stm32-rs/stm32-fmc/pull/9
57+
[#14]: https://github.com/stm32-rs/stm32-fmc/pull/14

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.0"
3+
version = "0.3.1"
44
authors = ["Richard Meadows <richard@richard.fish>"]
55
edition = "2018"
66
categories = ["embedded", "hardware-support", "no-std"]

0 commit comments

Comments
 (0)