From 2c9279e51eff0be317a21783b7dd46bae2ec2b4f Mon Sep 17 00:00:00 2001 From: Luis Lavena Date: Tue, 15 Mar 2016 20:39:35 -0300 Subject: [PATCH] Prepare for release: v0.2.0 --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec68b0f..1c83d72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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