Skip to content

Commit 78818ce

Browse files
committed
Bump version
1 parent 8416e5c commit 78818ce

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.4.1] - 2020-03-07
11+
1012
### Added
1113

12-
- Use Infallible error type for UART
13-
- Implement blocking Write for UART
14-
- Implement blocking Read for I2C
14+
- Use Infallible error type for UART ([#50](https://github.com/stm32-rs/stm32f3xx-hal/pull/50))
15+
- Implement blocking Write for UART ([#50](https://github.com/stm32-rs/stm32f3xx-hal/pull/50))
16+
- Implement blocking Read for I2C ([#52](https://github.com/stm32-rs/stm32f3xx-hal/pull/52))
1517

1618
### Fixed
17-
- Regression in v0.4.0 that set SPI to LSB-first ordering
19+
20+
- Regression in v0.4.0 that set SPI to LSB-first ordering ([#60](https://github.com/stm32-rs/stm32f3xx-hal/pull/60))
1821

1922
## [v0.4.0] - 2019-12-27
2023

@@ -120,7 +123,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
120123

121124
- Support `stm32f303` device
122125

123-
[Unreleased]: https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.4.0...HEAD
126+
[Unreleased]: https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.4.1...HEAD
127+
[v0.4.1]: https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.4.0...v0.4.1
124128
[v0.4.0]: https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.3.0...v0.4.0
125129
[v0.3.0]: https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.2.3...v0.3.0
126130
[v0.2.3]: https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.2.2...v0.2.3

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "0BSD"
88
name = "stm32f3xx-hal"
99
repository = "https://github.com/stm32-rs/stm32f3xx-hal"
1010
documentation = "https://docs.rs/stm32f3xx-hal"
11-
version = "0.4.0"
11+
version = "0.4.1"
1212

1313
[package.metadata.docs.rs]
1414
features = ["stm32f303xc", "rt", "stm32-usbd"]

0 commit comments

Comments
 (0)