File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.4.1] - 2020-03-07
11
+
10
12
### Added
11
13
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 ) )
15
17
16
18
### 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 ) )
18
21
19
22
## [ v0.4.0] - 2019-12-27
20
23
@@ -120,7 +123,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
120
123
121
124
- Support ` stm32f303 ` device
122
125
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
124
128
[ v0.4.0 ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.3.0...v0.4.0
125
129
[ v0.3.0 ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.2.3...v0.3.0
126
130
[ v0.2.3 ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.2.2...v0.2.3
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ license = "0BSD"
8
8
name = " stm32f3xx-hal"
9
9
repository = " https://github.com/stm32-rs/stm32f3xx-hal"
10
10
documentation = " https://docs.rs/stm32f3xx-hal"
11
- version = " 0.4.0 "
11
+ version = " 0.4.1 "
12
12
13
13
[package .metadata .docs .rs ]
14
14
features = [" stm32f303xc" , " rt" , " stm32-usbd" ]
You can’t perform that action at this time.
0 commit comments