File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10+ ## [ v0.4.2] - 2020-03-21
11+
1012### Fixed
1113
1214- Wrong frequency reported by ` MonoTimer ` ([ #56 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/56 ) )
@@ -132,7 +134,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
132134
133135- Support ` stm32f303 ` device
134136
135- [ Unreleased ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.4.1...HEAD
137+ [ Unreleased ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.4.2...HEAD
138+ [ v0.4.2 ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.4.1...v0.4.2
136139[ v0.4.1 ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.4.0...v0.4.1
137140[ v0.4.0 ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.3.0...v0.4.0
138141[ v0.3.0 ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.2.3...v0.3.0
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ name = "stm32f3xx-hal"
99readme = " README.md"
1010repository = " https://github.com/stm32-rs/stm32f3xx-hal"
1111documentation = " https://docs.rs/stm32f3xx-hal"
12- version = " 0.4.1 "
12+ version = " 0.4.2 "
1313
1414[package .metadata .docs .rs ]
1515features = [" stm32f303xc" , " rt" , " stm32-usbd" ]
You can’t perform that action at this time.
0 commit comments