Ver Fonte

Release version 0.5.0

TheZoq2 há 4 anos atrás
pai
commit
59b2740729
3 ficheiros alterados com 5 adições e 4 exclusões
  1. 3 2
      CHANGELOG.md
  2. 1 1
      Cargo.toml
  3. 1 1
      README.md

+ 3 - 2
CHANGELOG.md

@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](http://keepachangelog.com/)
 and this project adheres to [Semantic Versioning](http://semver.org/).
 
-## [Unreleased]
+## [v0.5.0] - 2019-12-03
 
 ### Added
 
@@ -140,7 +140,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
 
 - First tagged version
 
-[Unreleased]: https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.4.0...HEAD
+[Unreleased]: https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.5.0...HEAD
+[v0.5.0]: https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.4.0...v0.5.0
 [v0.4.0]: https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.3.0...v0.4.0
 [v0.3.0]: https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.2.1...v0.3.0
 [v0.2.1]: https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.2.0...v0.2.1

+ 1 - 1
Cargo.toml

@@ -9,7 +9,7 @@ repository = "https://github.com/stm32-rs/stm32f1xx-hal"
 documentation = "https://docs.rs/stm32f1xx-hal"
 readme = "README.md"
 edition = "2018"
-version = "0.4.0"
+version = "0.5.0"
 
 [package.metadata.docs.rs]
 features = ["stm32f103", "rt", "stm32-usbd"]

+ 1 - 1
README.md

@@ -69,7 +69,7 @@ be specified as part of the `Cargo.toml` definition.
 
 ```toml
 [dependencies.stm32f1xx-hal]
-version = "0.4.0"
+version = "0.5.0"
 features = ["stm32f100", "rt"]
 ```