Skip to content

Commit 95d2d0a

Browse files
committed
Prepare for release: v0.3.1
1 parent 77789be commit 95d2d0a

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ This project aims to comply with [Semantic Versioning](http://semver.org/),
55
so please check *Changed* and *Removed* notes before upgrading.
66

77
## [Unreleased]
8+
9+
## [0.3.1] - 2016-07-29
810
### Added
911
- Introduce `Radix::VERSION` so library version can be used at runtime.
1012

@@ -46,7 +48,8 @@ so please check *Changed* and *Removed* notes before upgrading.
4648
### Added
4749
- Initial release based on code extracted from Beryl.
4850

49-
[Unreleased]: https://github.com/luislavena/radix/compare/v0.3.0...HEAD
51+
[Unreleased]: https://github.com/luislavena/radix/compare/v0.3.1...HEAD
52+
[0.3.1]: https://github.com/luislavena/radix/compare/v0.3.0...v0.3.1
5053
[0.3.0]: https://github.com/luislavena/radix/compare/v0.2.1...v0.3.0
5154
[0.2.1]: https://github.com/luislavena/radix/compare/v0.2.0...v0.2.1
5255
[0.2.0]: https://github.com/luislavena/radix/compare/v0.1.2...v0.2.0

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.0
2+
version: 0.3.1
33

44
authors:
55
- Luis Lavena <[email protected]>

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

0 commit comments

Comments
 (0)