File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8- ## [ Unreleased ]
8+ ## [ v0.5.0 ] - 2019-12-03
99
1010### Added
1111
@@ -140,7 +140,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
140140
141141- First tagged version
142142
143- [ Unreleased ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.4.0...HEAD
143+ [ Unreleased ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.5.0...HEAD
144+ [ v0.5.0 ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.4.0...v0.5.0
144145[ v0.4.0 ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.3.0...v0.4.0
145146[ v0.3.0 ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.2.1...v0.3.0
146147[ v0.2.1 ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.2.0...v0.2.1
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repository = "https://github.com/stm32-rs/stm32f1xx-hal"
99documentation = " https://docs.rs/stm32f1xx-hal"
1010readme = " README.md"
1111edition = " 2018"
12- version = " 0.4 .0"
12+ version = " 0.5 .0"
1313
1414[package .metadata .docs .rs ]
1515features = [" stm32f103" , " rt" , " stm32-usbd" ]
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ be specified as part of the `Cargo.toml` definition.
6969
7070``` toml
7171[dependencies .stm32f1xx-hal ]
72- version = " 0.4 .0"
72+ version = " 0.5 .0"
7373features = [" stm32f100" , " rt" ]
7474```
7575
You can’t perform that action at this time.
0 commit comments