@@ -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
@@ -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]