Skip to content

Commit e4c53ba

Browse files
committed
Prepare for release: v0.3.2
1 parent 961a98d commit e4c53ba

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ This project aims to comply with [Semantic Versioning](http://semver.org/),
55
so please check *Changed* and *Removed* notes before upgrading.
66

77
## [Unreleased]
8+
9+
## [0.3.2] - 2016-11-05
810
### Fixed
911
- Do not force adding paths with shared named parameter in an specific order (@jwoertink)
1012
- Give proper name to `Radix::VERSION` spec when running in verbose mode.
@@ -52,7 +54,8 @@ so please check *Changed* and *Removed* notes before upgrading.
5254
### Added
5355
- Initial release based on code extracted from Beryl.
5456

55-
[Unreleased]: https://github.com/luislavena/radix/compare/v0.3.1...HEAD
57+
[Unreleased]: https://github.com/luislavena/radix/compare/v0.3.2...HEAD
58+
[0.3.2]: https://github.com/luislavena/radix/compare/v0.3.1...v0.3.2
5659
[0.3.1]: https://github.com/luislavena/radix/compare/v0.3.0...v0.3.1
5760
[0.3.0]: https://github.com/luislavena/radix/compare/v0.2.1...v0.3.0
5861
[0.2.1]: https://github.com/luislavena/radix/compare/v0.2.0...v0.2.1

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: radix
2-
version: 0.3.1
2+
version: 0.3.2
33

44
authors:
55
- Luis Lavena <[email protected]>

src/radix/version.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Radix
2-
VERSION = "0.3.1"
2+
VERSION = "0.3.2"
33
end

0 commit comments

Comments
 (0)