Parcourir la source

release v0.1.1

Jorge Aparicio il y a 8 ans
Parent
commit
82aa4306e6
2 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 2 0
      CHANGELOG.md
  2. 1 1
      Cargo.toml

+ 2 - 0
CHANGELOG.md

@@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
 
 ## [Unreleased]
 
+## [v0.1.1] - 2017-01-22
+
 ### Added
 
 - Expose a family of `write` functions to write to the host's stdout without

+ 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.0"
+version = "0.1.1"
 
 [dependencies]