Prepare for release: v0.3.1

This commit is contained in:
Luis Lavena 2016-07-29 18:27:51 +02:00
parent 77789be285
commit 95d2d0aedb
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.1] - 2016-07-29
### Added ### Added
- Introduce `Radix::VERSION` so library version can be used at runtime. - Introduce `Radix::VERSION` so library version can be used at runtime.
@ -46,7 +48,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.0...HEAD [Unreleased]: https://github.com/luislavena/radix/compare/v0.3.1...HEAD
[0.3.1]: https://github.com/luislavena/radix/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/luislavena/radix/compare/v0.2.1...v0.3.0 [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.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.2.0]: https://github.com/luislavena/radix/compare/v0.1.2...v0.2.0

View File

@ -1,5 +1,5 @@
name: radix name: radix
version: 0.3.0 version: 0.3.1
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.0" VERSION = "0.3.1"
end end