mirror of
https://gitea.invidious.io/iv-org/shard-radix.git
synced 2024-08-15 00:43:21 +00:00
Prepare for release: v0.3.9
This commit is contained in:
parent
27ca183bd9
commit
cc7b59ec77
3 changed files with 6 additions and 3 deletions
|
@ -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.9] - 2019-01-02
|
||||||
### Fixed
|
### Fixed
|
||||||
- Correct catch-all issue caused when paths differ [#26](https://github.com/luislavena/radix/pull/26) (@silasb)
|
- 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
|
### 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.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.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.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
|
[0.3.6]: https://github.com/luislavena/radix/compare/v0.3.5...v0.3.6
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: radix
|
name: radix
|
||||||
version: 0.3.8
|
version: 0.3.9
|
||||||
|
|
||||||
authors:
|
authors:
|
||||||
- Luis Lavena <luislavena@gmail.com>
|
- Luis Lavena <luislavena@gmail.com>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module Radix
|
module Radix
|
||||||
VERSION = "0.3.8"
|
VERSION = "0.3.9"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue