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