File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,12 +6,13 @@ so please check *Changed* and *Removed* notes before upgrading.
66
77## [ Unreleased]
88
9+ ## [ 0.4.0] - 2021-01-31
910### Fixed
1011- Correct lookup issue caused by partial shared key with glob [ #23 ] ( https://github.com/luislavena/radix/issues/23 )
1112- Correct lookup caused by non-root key in suffix [ #27 ] ( https://github.com/luislavena/radix/issues/27 )
1213
1314### Removed
14- - Remove ` Radix::Result#key ` since exposes internal details about structure (breaking change)
15+ - Remove ` Radix::Result#key ` since exposes internal details about structure (** breaking change** )
1516
1617## [ 0.3.9] - 2019-01-02
1718### Fixed
@@ -92,7 +93,8 @@ so please check *Changed* and *Removed* notes before upgrading.
9293### Added
9394- Initial release based on code extracted from Beryl.
9495
95- [ Unreleased ] : https://github.com/luislavena/radix/compare/v0.3.9...HEAD
96+ [ Unreleased ] : https://github.com/luislavena/radix/compare/v0.4.0...HEAD
97+ [ 0.4.0 ] : https://github.com/luislavena/radix/compare/v0.3.9...v0.4.0
9698[ 0.3.9 ] : https://github.com/luislavena/radix/compare/v0.3.8...v0.3.9
9799[ 0.3.8 ] : https://github.com/luislavena/radix/compare/v0.3.7...v0.3.8
98100[ 0.3.7 ] : https://github.com/luislavena/radix/compare/v0.3.6...v0.3.7
Original file line number Diff line number Diff line change 11name : radix
2- version : 0.3.9
2+ version : 0.4.0
33
44authors :
55 - Luis Lavena <luislavena@gmail.com>
Original file line number Diff line number Diff line change 11module Radix
2- VERSION = " 0.3.9 "
2+ VERSION = " 0.4.0 "
33end
You can’t perform that action at this time.
0 commit comments