Skip to content

Commit

Permalink
Update Cargo.toml and CHANGELOG.md for release
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinevg committed Aug 22, 2024
1 parent 086fc56 commit 2e5cb7e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
-->

## [0.3.0] - 2024-08-22
### Fixed
- Use `core::ptr::addr_of_mut!` for static variables instead of `&mut`. (tx for #3 @pazmank!)
- Update to semihosting to new `cortex_m_log` crate layout.


## [0.2.1] - 2022-10-17
### Changed
- Update `cortex-m` to `0.7.6`
- Update `stm32h7xx-hal` to `0.13.0`
- Update `heapless` to `0.7.16`
- Update `panic-semihosting` to `0.6.0`


## [0.2.0] - 2022-07-02
### Fixed
- Panic at start due to `cortex-m-rt = 0.7.x` memory layout changes. (Ref: [rust-embedded/cortex-m #426](https://github.com/rust-embedded/cortex-m/issues/426#issuecomment-1092384050))
Expand Down Expand Up @@ -49,7 +56,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Ethernet


[Unreleased]: https://github.com/antoinevg/nucleo-h7xx/compare/v0.2.1...HEAD
[Unreleased]: https://github.com/antoinevg/nucleo-h7xx/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/antoinevg/nucleo-h7xx/compare/v0.2.1...v0.3.0
[0.2.1]: https://github.com/antoinevg/nucleo-h7xx/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/antoinevg/nucleo-h7xx/compare/v0.1.2...v0.2.0
[0.1.2]: https://github.com/antoinevg/nucleo-h7xx/compare/v0.1.1...v0.1.2
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 = "nucleo-h7xx"
version = "0.2.1"
version = "0.3.0"
authors = [ "Antoine van Gelder <antoine@flowdsp.io>" ]
edition = "2018"
license = "MIT"
Expand Down

0 comments on commit 2e5cb7e

Please sign in to comment.