Skip to content

Commit 9dac238

Browse files
committed
Prepare for release: v0.4.0
1 parent c6a0701 commit 9dac238

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

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.9
2+
version: 0.4.0
33

44
authors:
55
- Luis Lavena <luislavena@gmail.com>

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.9"
2+
VERSION = "0.4.0"
33
end

0 commit comments

Comments
 (0)