Bladeren bron

release v0.1.2

Jorge Aparicio 8 jaren geleden
bovenliggende
commit
adf036333f
2 gewijzigde bestanden met toevoegingen van 10 en 2 verwijderingen
  1. 9 1
      CHANGELOG.md
  2. 1 1
      Cargo.toml

+ 9 - 1
CHANGELOG.md

@@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
 
 ## [Unreleased]
 
+## [v0.1.2] - 2017-02-15
+
+### Fixed
+
+- the `hprintln!` macro when called without arguments.
+
 ## [v0.1.1] - 2017-01-22
 
 ### Added
@@ -16,4 +22,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
 
 - Initial release
 
-[Unreleased]: https://github.com/japaric/trust/compare/v0.1.0...HEAD
+[Unreleased]: https://github.com/japaric/trust/compare/v0.1.2...HEAD
+[v0.1.2]: https://github.com/japaric/trust/compare/v0.1.1...v0.1.2
+[v0.1.1]: https://github.com/japaric/trust/compare/v0.1.0...v0.1.1

+ 1 - 1
Cargo.toml

@@ -6,6 +6,6 @@ keywords = ["semihosting", "arm", "cortex-m"]
 license = "MIT OR Apache-2.0"
 name = "cortex-m-semihosting"
 repository = "https://github.com/japaric/cortex-m-semihosting"
-version = "0.1.1"
+version = "0.1.2"
 
 [dependencies]