Prepare for release: v0.3.5

This commit is contained in:
Luis Lavena 2016-11-24 21:04:15 -03:00
parent c81694fbec
commit 6c8981af91
3 changed files with 6 additions and 3 deletions

View file

@ -5,6 +5,8 @@ This project aims to comply with [Semantic Versioning](http://semver.org/),
so please check *Changed* and *Removed* notes before upgrading. so please check *Changed* and *Removed* notes before upgrading.
## [Unreleased] ## [Unreleased]
## [0.3.5] - 2016-11-24
### Fixed ### Fixed
- Correct lookup issue when dealing with catch all and shared partial key (@crisward) - 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 ### Added
- Initial release based on code extracted from Beryl. - 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.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.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 [0.3.2]: https://github.com/luislavena/radix/compare/v0.3.1...v0.3.2

View file

@ -1,5 +1,5 @@
name: radix name: radix
version: 0.3.4 version: 0.3.5
authors: authors:
- Luis Lavena <luislavena@gmail.com> - Luis Lavena <luislavena@gmail.com>

View file

@ -1,3 +1,3 @@
module Radix module Radix
VERSION = "0.3.4" VERSION = "0.3.5"
end end