Skip to content

Commit ee2284d

Browse files
committed
hslua: bump version to hslua-2.3.1
1 parent 2f94610 commit ee2284d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

hslua/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
`hslua` uses [PVP Versioning][].
44

5+
## hslua-2.3.1
6+
7+
Released 2024-01-18.
8+
9+
- Relaxed upper bound for text, containers, and bytestring,
10+
allowing text-2.1, containers-0.7, and bytestring-0.12.
11+
12+
- Require latest versions of HsLua packages.
13+
514
## hslua-2.3.0
615

716
Released 2023-03-13.

hslua/hslua.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: hslua
3-
version: 2.3.0
3+
version: 2.3.1
44
synopsis: Bindings to Lua, an embeddable scripting language
55
description: HsLua provides wrappers and helpers
66
to bridge Haskell and <https://www.lua.org/ Lua>.

0 commit comments

Comments
 (0)