Skip to content

Commit 05626f9

Browse files
committed
Bump version to 0.4.0
1 parent 9f08026 commit 05626f9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8-
## [Unreleased]
8+
## [v0.4.0] - 2019-08-09
99

1010
### Added
1111

@@ -99,7 +99,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9999

100100
- First tagged version
101101

102-
[Unreleased]: https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.3.0...HEAD
102+
[Unreleased]: https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.4.0...HEAD
103+
[v0.4.0]: https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.3.0...v0.4.0
103104
[v0.3.0]: https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.2.1...v0.3.0
104105
[v0.2.1]: https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.2.0...v0.2.1
105106
[v0.2.0]: https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.1.1...v0.2.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository = "https://github.com/stm32-rs/stm32f1xx-hal"
99
documentation = "https://docs.rs/stm32f1xx-hal"
1010
readme = "README.md"
1111
edition = "2018"
12-
version = "0.3.0"
12+
version = "0.4.0"
1313

1414
[package.metadata.docs.rs]
1515
features = ["stm32f103", "rt"]

0 commit comments

Comments
 (0)