Skip to content

Commit

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

## [Unreleased]

## [v0.3.1] 2024-08-04

* Add IS42S32400F to devices [#14]

## [v0.3.0] 2022-12-29

* Parallel NAND Flash is supported with the `nand ` feature flag [#9]
Expand Down Expand Up @@ -35,7 +39,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.0...HEAD
[Unreleased]: https://github.com/stm32-rs/stm32-fmc/compare/v0.3.1...HEAD
[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
[v0.2.4]: https://github.com/stm32-rs/stm32-fmc/compare/v0.2.3...v0.2.4
[v0.2.3]: https://github.com/stm32-rs/stm32-fmc/compare/v0.2.2...v0.2.3
Expand All @@ -49,3 +54,4 @@
[#7]: https://github.com/stm32-rs/stm32-fmc/pull/7
[#8]: https://github.com/stm32-rs/stm32-fmc/pull/8
[#9]: https://github.com/stm32-rs/stm32-fmc/pull/9
[#14]: https://github.com/stm32-rs/stm32-fmc/pull/14
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.0"
version = "0.3.1"
authors = ["Richard Meadows <[email protected]>"]
edition = "2018"
categories = ["embedded", "hardware-support", "no-std"]
Expand Down

0 comments on commit f46710b

Please sign in to comment.