Prepare for release: v0.2.1

This commit is contained in:
Luis Lavena 2016-03-15 20:52:58 -03:00
parent be420ec875
commit 18bf9b132e
2 changed files with 12 additions and 3 deletions

View file

@ -4,7 +4,15 @@ 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.
## [0.2.0] - 2016-03-15
## [0.2.1] - 2016-03-15
### Fixed
- Correct `Result#key` incorrect inferred type.
### Removed
- Attempt to use two named parameters at the same level will raise
`Radix::Tree::SharedKeyError`
## [0.2.0] - 2016-03-15 [YANKED]
### Removed
- Attempt to use two named parameters at the same level will raise
`Radix::Tree::SharedKeyError`
@ -25,7 +33,8 @@ 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.2.0...HEAD
[Unreleased]: https://github.com/luislavena/radix/compare/v0.2.1...HEAD
[0.2.1]: https://github.com/luislavena/radix/compare/v0.2.0...v0.2.1
[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

View file

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