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.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
- ## [ Unreleased ]
8
+ ## [ v0.5.0 ] - 2019-12-03
9
9
10
10
### Added
11
11
@@ -140,7 +140,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
140
140
141
141
- First tagged version
142
142
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
144
145
[ v0.4.0 ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.3.0...v0.4.0
145
146
[ v0.3.0 ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.2.1...v0.3.0
146
147
[ 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"
9
9
documentation = " https://docs.rs/stm32f1xx-hal"
10
10
readme = " README.md"
11
11
edition = " 2018"
12
- version = " 0.4 .0"
12
+ version = " 0.5 .0"
13
13
14
14
[package .metadata .docs .rs ]
15
15
features = [" 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.
69
69
70
70
``` toml
71
71
[dependencies .stm32f1xx-hal ]
72
- version = " 0.4 .0"
72
+ version = " 0.5 .0"
73
73
features = [" stm32f100" , " rt" ]
74
74
```
75
75
You can’t perform that action at this time.
0 commit comments