From 5f78359a2235da73b6014448e01b0fb5bfe459df Mon Sep 17 00:00:00 2001 From: Jorge Aparicio <japaricious@gmail.com> Date: Sat, 15 Oct 2016 13:07:43 -0500 Subject: [PATCH] release v0.1.2 --- CHANGELOG.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eee418a..4d2da00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,17 +7,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.1.2] - 2016-10-15 + +### Added + +- a (read-)`modify`(-write) method to `RW` + ## [v0.1.1] - 2016-09-27 ### Added - Documentation link to Cargo metadata. -## [v0.1.0] - 2016-09-27 +## v0.1.0 - 2016-09-27 ### Added - Read-Only (`RO`), Read-Write (`RW`) and Write-Only (`WO`) registers -[Unreleased]: https://github.com/japaric/rustc-cfg/compare/v0.1.1...HEAD +[Unreleased]: https://github.com/japaric/rustc-cfg/compare/v0.1.2...HEAD +[v0.1.2]: https://github.com/japaric/rustc-cfg/compare/v0.1.1...v0.1.2 [v0.1.1]: https://github.com/japaric/rustc-cfg/compare/v0.1.0...v0.1.1 -- GitLab