Prepare for release: v0.1.2

This commit is contained in:
Luis Lavena 2016-03-10 20:18:59 -03:00
parent 85d565c321
commit ae814c608c
2 changed files with 4 additions and 3 deletions

View file

@ -4,7 +4,7 @@ All notable changes to Radix project will be documented in this file.
This project aims to comply with [Semantic Versioning](http://semver.org/), This project aims to comply with [Semantic Versioning](http://semver.org/),
so please check *Changed* and *Removed* notes before upgrading. so please check *Changed* and *Removed* notes before upgrading.
## [Unreleased] ## [0.1.2] - 2016-03-10
### Fixed ### Fixed
- No longer split named parameters that share same level (@alsm) - No longer split named parameters that share same level (@alsm)
@ -20,5 +20,6 @@ so please check *Changed* and *Removed* notes before upgrading.
### Added ### Added
- Initial release based on code extracted from Beryl. - Initial release based on code extracted from Beryl.
[Unreleased]: https://github.com/luislavena/radix/compare/v0.1.1...HEAD [Unreleased]: https://github.com/luislavena/radix/compare/v0.1.2...HEAD
[0.1.2]: https://github.com/luislavena/radix/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/luislavena/radix/compare/v0.1.0...v0.1.1 [0.1.1]: https://github.com/luislavena/radix/compare/v0.1.0...v0.1.1

View file

@ -1,5 +1,5 @@
name: radix name: radix
version: 0.1.1 version: 0.1.2
authors: authors:
- Luis Lavena <luislavena@gmail.com> - Luis Lavena <luislavena@gmail.com>