Prepare for release: v0.2.0

This commit is contained in:
Luis Lavena 2016-03-15 20:39:35 -03:00
parent 303a70dbfe
commit 2c9279e51e

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/),
so please check *Changed* and *Removed* notes before upgrading.
## [Unreleased]
## [0.2.0] - 2016-03-15
### Removed
- Attempt to use two named parameters at the same level will raise
`Radix::Tree::SharedKeyError`
@ -25,6 +25,7 @@ so please check *Changed* and *Removed* notes before upgrading.
### Added
- Initial release based on code extracted from Beryl.
[Unreleased]: https://github.com/luislavena/radix/compare/v0.1.2...HEAD
[Unreleased]: https://github.com/luislavena/radix/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/luislavena/radix/compare/v0.1.2...v0.2.0
[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