Skip to content

Commit 534e7a6

Browse files
committed
Changelog and version bump
1 parent dc99d1f commit 534e7a6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Unreleased
88

9+
## [v0.5.1 - 2024-03-21](https://github.com/samcrow/stm32_i2s/tree/v0.5.1)
10+
11+
### Fixed
12+
- Fixed incorrect remainder calcuation in require_frequency
13+
914
## [v0.5.0 - 2023-05-16](https://github.com/samcrow/stm32_i2s/tree/v0.5.0)
1015

1116
### Added

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stm32_i2s_v12x"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = ["Sam Crow <[email protected]>", "Amaury Abrial aka Yruama_Lairba <[email protected]>"]
55
edition = "2018"
66
description = "Driver for I2S communication (using SPI peripherals) for some STM32 microcontrollers"

0 commit comments

Comments
 (0)