Skip to content

Commit

Permalink
Prepare for release: v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
luislavena committed Nov 5, 2016
1 parent 961a98d commit e4c53ba
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2] - 2016-11-05
### Fixed
- Do not force adding paths with shared named parameter in an specific order (@jwoertink)
- Give proper name to `Radix::VERSION` spec when running in verbose mode.
Expand Down Expand Up @@ -52,7 +54,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.1...HEAD
[Unreleased]: https://github.com/luislavena/radix/compare/v0.3.2...HEAD
[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
[0.2.1]: https://github.com/luislavena/radix/compare/v0.2.0...v0.2.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.1
version: 0.3.2

authors:
- Luis Lavena <luislavena@gmail.com>
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.1"
VERSION = "0.3.2"
end

0 comments on commit e4c53ba

Please sign in to comment.