Skip to content

Commit

Permalink
Prepare for release: v0.3.4
Browse files Browse the repository at this point in the history
Yank v0.3.3 due mismatched `Radix::VERSION` version.
  • Loading branch information
luislavena committed Nov 12, 2016
1 parent 82b9c91 commit 6880b34
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ so please check *Changed* and *Removed* notes before upgrading.

## [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
- Ensure catch all parameter can be used as optional globbing (@jwoertink)

Expand Down Expand Up @@ -58,7 +62,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.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.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
Expand Down
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.3.2
version: 0.3.4

authors:
- Luis Lavena <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/radix/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Radix
VERSION = "0.3.2"
VERSION = "0.3.4"
end

0 comments on commit 6880b34

Please sign in to comment.