Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit aa0bac9

Browse files
committed
v0.3.1
1 parent 2cfb564 commit aa0bac9

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## [Unreleased](https://github.com/porras/tlcr/compare/0.3.0...HEAD)
5+
## [Unreleased](https://github.com/porras/tlcr/compare/0.3.1...HEAD)
6+
7+
## [0.3.1](https://github.com/porras/tlcr/compare/0.3.0...0.3.1) - 2016-11-14
68
### Changed
79
- Different refactors and changes for Crystal 0.19 compatibility ([#9](https://github.com/porras/tlcr/pull/9), [c8f74992](https://github.com/porras/tlcr/commit/c8f74992))
810

shard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: tlcr
2-
version: 0.1.0
2+
version: 0.3.1
33

44
authors:
55
- Sergio Gil <[email protected]>

src/tlcr/version.cr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Tlcr
2-
VERSION = "0.3.0"
2+
VERSION = "0.3.1"
33
end

0 commit comments

Comments
 (0)