From cc7b59ec772f28857c863192bae38edf7bd08906 Mon Sep 17 00:00:00 2001 From: Luis Lavena Date: Wed, 2 Jan 2019 19:02:51 +0100 Subject: [PATCH] Prepare for release: v0.3.9 --- CHANGELOG.md | 5 ++++- shard.yml | 2 +- src/radix/version.cr | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c5c5c9..81ddc75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.9] - 2019-01-02 ### Fixed - Correct catch-all issue caused when paths differ [#26](https://github.com/luislavena/radix/pull/26) (@silasb) @@ -83,7 +85,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.8...HEAD +[Unreleased]: https://github.com/luislavena/radix/compare/v0.3.9...HEAD +[0.3.9]: https://github.com/luislavena/radix/compare/v0.3.8...v0.3.9 [0.3.8]: https://github.com/luislavena/radix/compare/v0.3.7...v0.3.8 [0.3.7]: https://github.com/luislavena/radix/compare/v0.3.6...v0.3.7 [0.3.6]: https://github.com/luislavena/radix/compare/v0.3.5...v0.3.6 diff --git a/shard.yml b/shard.yml index a0f518b..70565cd 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: radix -version: 0.3.8 +version: 0.3.9 authors: - Luis Lavena diff --git a/src/radix/version.cr b/src/radix/version.cr index 51b2bb1..f29f1a7 100644 --- a/src/radix/version.cr +++ b/src/radix/version.cr @@ -1,3 +1,3 @@ module Radix - VERSION = "0.3.8" + VERSION = "0.3.9" end