From 6c8981af91f4290f4736cbf998e84e11a840f052 Mon Sep 17 00:00:00 2001 From: Luis Lavena Date: Thu, 24 Nov 2016 21:04:15 -0300 Subject: [PATCH] Prepare for release: v0.3.5 --- 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 a6711b0..2e74e7c 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.5] - 2016-11-24 ### Fixed - Correct lookup issue when dealing with catch all and shared partial key (@crisward) @@ -64,7 +66,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.4...HEAD +[Unreleased]: https://github.com/luislavena/radix/compare/v0.3.5...HEAD +[0.3.5]: https://github.com/luislavena/radix/compare/v0.3.4...v0.3.5 [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 diff --git a/shard.yml b/shard.yml index 5857a21..a38b089 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: radix -version: 0.3.4 +version: 0.3.5 authors: - Luis Lavena diff --git a/src/radix/version.cr b/src/radix/version.cr index 4483ac1..3c87495 100644 --- a/src/radix/version.cr +++ b/src/radix/version.cr @@ -1,3 +1,3 @@ module Radix - VERSION = "0.3.4" + VERSION = "0.3.5" end