Skip to content
This repository was archived by the owner on Mar 22, 2021. It is now read-only.

Commit d966ed0

Browse files
committed
Bump version to v0.1.2
1 parent 146ae01 commit d966ed0

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

ChangeLog.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# Revision history for hslua-module-text
22

3+
## 0.1.2 -- 2017-11-17
4+
5+
- Run tests with Travis CI.
6+
- Fix problems with GHC 7.8
7+
8+
39
## 0.1.1 -- 2017-11-16
410

5-
* Lift restriction on base to allow GHC 7.8.
11+
- Lift restriction on base to allow GHC 7.8.
612

713

814
## 0.1 -- 2017-11-15
915

10-
* First version. Released on an unsuspecting world.
16+
- First version. Released on an unsuspecting world.

hslua-module-text.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: hslua-module-text
2-
version: 0.1.1
2+
version: 0.1.2
33
synopsis: Lua module for text
44
description: UTF-8 aware subset of Lua's `string` module.
55
homepage: https://github.com/hslua/hslua-module-test

0 commit comments

Comments
 (0)