Skip to content

Commit

Permalink
Prepare for release: v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
luislavena committed Mar 15, 2016
1 parent be420ec commit 18bf9b1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -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
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: radix
version: 0.2.0
version: 0.2.1

authors:
- Luis Lavena <[email protected]>
Expand Down

0 comments on commit 18bf9b1

Please sign in to comment.