File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.6.1] - 2020-12-10
11
+
12
+ ### Changed
13
+
14
+ - Removed ` doc-comment ` dependency ([ #184 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/184 ) )
15
+
10
16
## [ v0.6.0] - 2020-12-10
11
17
12
18
### Added
@@ -256,7 +262,8 @@ let clocks = rcc
256
262
257
263
- Support ` stm32f303 ` device
258
264
259
- [ Unreleased ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.6.0...HEAD
265
+ [ Unreleased ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.6.1...HEAD
266
+ [ v0.6.0 ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.6.0...v0.6.1
260
267
[ v0.6.0 ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.5.0...v0.6.0
261
268
[ v0.5.0 ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.4.3...v0.5.0
262
269
[ v0.4.3 ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.4.2...v0.4.3
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ name = "stm32f3xx-hal"
13
13
readme = " README.md"
14
14
repository = " https://github.com/stm32-rs/stm32f3xx-hal"
15
15
documentation = " https://docs.rs/stm32f3xx-hal"
16
- version = " 0.6.0 "
16
+ version = " 0.6.1 "
17
17
exclude = [
18
18
" codegen" ,
19
19
" .markdownlint.yml"
You can’t perform that action at this time.
0 commit comments