Prepare for release: v0.3.4

Yank v0.3.3 due mismatched `Radix::VERSION` version.
This commit is contained in:
Luis Lavena 2016-11-12 15:47:10 -03:00
parent 82b9c915e1
commit 6880b341a6
3 changed files with 9 additions and 4 deletions

View file

@ -6,7 +6,11 @@ so please check *Changed* and *Removed* notes before upgrading.
## [Unreleased] ## [Unreleased]
## [0.3.3] - 2016-11-12 ## [0.3.4] - 2016-11-12
### Fixed
- Ensure catch all parameter can be used as optional globbing (@jwoertink)
## [0.3.3] - 2016-11-12 [YANKED]
### Fixed ### Fixed
- Ensure catch all parameter can be used as optional globbing (@jwoertink) - Ensure catch all parameter can be used as optional globbing (@jwoertink)
@ -58,7 +62,8 @@ so please check *Changed* and *Removed* notes before upgrading.
### Added ### Added
- Initial release based on code extracted from Beryl. - Initial release based on code extracted from Beryl.
[Unreleased]: https://github.com/luislavena/radix/compare/v0.3.3...HEAD [Unreleased]: https://github.com/luislavena/radix/compare/v0.3.4...HEAD
[0.3.4]: https://github.com/luislavena/radix/compare/v0.3.3...v0.3.4
[0.3.3]: https://github.com/luislavena/radix/compare/v0.3.2...v0.3.3 [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.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.1]: https://github.com/luislavena/radix/compare/v0.3.0...v0.3.1

View file

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

View file

@ -1,3 +1,3 @@
module Radix module Radix
VERSION = "0.3.2" VERSION = "0.3.4"
end end