WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit cc7b59e

Browse files
committed
Prepare for release: v0.3.9
1 parent 27ca183 commit cc7b59e

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.9] - 2019-01-02
810
### Fixed
911
- Correct catch-all issue caused when paths differ [#26](https://github.com/luislavena/radix/pull/26) (@silasb)
1012

@@ -83,7 +85,8 @@ so please check *Changed* and *Removed* notes before upgrading.
8385
### Added
8486
- Initial release based on code extracted from Beryl.
8587

86-
[Unreleased]: https://github.com/luislavena/radix/compare/v0.3.8...HEAD
88+
[Unreleased]: https://github.com/luislavena/radix/compare/v0.3.9...HEAD
89+
[0.3.9]: https://github.com/luislavena/radix/compare/v0.3.8...v0.3.9
8790
[0.3.8]: https://github.com/luislavena/radix/compare/v0.3.7...v0.3.8
8891
[0.3.7]: https://github.com/luislavena/radix/compare/v0.3.6...v0.3.7
8992
[0.3.6]: https://github.com/luislavena/radix/compare/v0.3.5...v0.3.6

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.8
2+
version: 0.3.9
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.8"
2+
VERSION = "0.3.9"
33
end

0 commit comments

Comments
 (0)