diff --git a/CHANGELOG.md b/CHANGELOG.md index a10fb8d..67f9f5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ This project aims to comply with [Semantic Versioning](http://semver.org/), so please check *Changed* and *Removed* notes before upgrading. ## [Unreleased] + +## [0.3.0] - 2016-04-16 ### Fixed - Improve forward compatibility with newer versions of the compiler by adding missing types to solve type inference errors. @@ -42,7 +44,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.1...HEAD +[Unreleased]: https://github.com/luislavena/radix/compare/v0.3.0...HEAD +[0.3.0]: https://github.com/luislavena/radix/compare/v0.2.1...v0.3.0 [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 diff --git a/shard.yml b/shard.yml index 3721169..a6f939b 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: radix -version: 0.2.1 +version: 0.3.0 authors: - Luis Lavena