just put it in new release

This commit is contained in:
Robin Müller 2025-02-13 11:14:27 +01:00
parent 30905e6572
commit bec0ff083f
Signed by: muellerr
GPG Key ID: A649FB78196E3849

@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [v0.9.0]
## Fixed
- Important bugfix for UART driver which causes UART B drivers not to work.
## Removed
- Deleted some HAL re-exports in the PWM module
@ -48,12 +52,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Add new `get_tim_raw` unsafe method to retrieve TIM peripheral blocks.
- `Uart::with_with_interrupt` and `Uart::new_without_interrupt`
## [v0.8.1] 2025-02-13
## Fixed
- Important bugfix for UART driver which causes UART B drivers not to work.
## [v0.8.0] 2024-09-30
## Changed