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/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.4.2] - 2020-03-21
11
+
10
12
### Fixed
11
13
12
14
- 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/).
132
134
133
135
- Support ` stm32f303 ` device
134
136
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
136
139
[ v0.4.1 ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.4.0...v0.4.1
137
140
[ v0.4.0 ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.3.0...v0.4.0
138
141
[ 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"
9
9
readme = " README.md"
10
10
repository = " https://github.com/stm32-rs/stm32f3xx-hal"
11
11
documentation = " https://docs.rs/stm32f3xx-hal"
12
- version = " 0.4.1 "
12
+ version = " 0.4.2 "
13
13
14
14
[package .metadata .docs .rs ]
15
15
features = [" stm32f303xc" , " rt" , " stm32-usbd" ]
You can’t perform that action at this time.
0 commit comments