浏览代码

release v0.1.1

Jorge Aparicio 8 年之前
父节点
当前提交
82aa4306e6
共有 2 个文件被更改,包括 3 次插入1 次删除
  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]
 ## [Unreleased]
 
 
+## [v0.1.1] - 2017-01-22
+
 ### Added
 ### Added
 
 
 - Expose a family of `write` functions to write to the host's stdout without
 - 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"
 license = "MIT OR Apache-2.0"
 name = "cortex-m-semihosting"
 name = "cortex-m-semihosting"
 repository = "https://github.com/japaric/cortex-m-semihosting"
 repository = "https://github.com/japaric/cortex-m-semihosting"
-version = "0.1.0"
+version = "0.1.1"
 
 
 [dependencies]
 [dependencies]