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.0
This commit is contained in:
parent
08db441c9a
commit
54d3b627a2
2 changed files with 5 additions and 2 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.
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.3.0] - 2016-04-16
|
||||
### Fixed
|
||||
- Improve forward compatibility with newer versions of the compiler by adding
|
||||
missing types to solve type inference errors.
|
||||
|
@ -42,7 +44,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.2.1...HEAD
|
||||
[Unreleased]: https://github.com/luislavena/radix/compare/v0.3.0...HEAD
|
||||
[0.3.0]: https://github.com/luislavena/radix/compare/v0.2.1...v0.3.0
|
||||
[0.2.1]: https://github.com/luislavena/radix/compare/v0.2.0...v0.2.1
|
||||
[0.2.0]: https://github.com/luislavena/radix/compare/v0.1.2...v0.2.0
|
||||
[0.1.2]: https://github.com/luislavena/radix/compare/v0.1.1...v0.1.2
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: radix
|
||||
version: 0.2.1
|
||||
version: 0.3.0
|
||||
|
||||
authors:
|
||||
- Luis Lavena <luislavena@gmail.com>
|
||||
|
|
Loading…
Reference in a new issue