From 82b9c915e16ab87323628feb680d450eff979baa Mon Sep 17 00:00:00 2001 From: Luis Lavena Date: Sat, 12 Nov 2016 13:58:42 -0300 Subject: [PATCH] Prepare for release: v0.3.3 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0755fbd..9574be2 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.3] - 2016-11-12 ### Fixed - Ensure catch all parameter can be used as optional globbing (@jwoertink) @@ -56,7 +58,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.3.2...HEAD +[Unreleased]: https://github.com/luislavena/radix/compare/v0.3.3...HEAD +[0.3.3]: https://github.com/luislavena/radix/compare/v0.3.2...v0.3.3 [0.3.2]: https://github.com/luislavena/radix/compare/v0.3.1...v0.3.2 [0.3.1]: https://github.com/luislavena/radix/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/luislavena/radix/compare/v0.2.1...v0.3.0