Skip to content

Commit 47a956f

Browse files
committed
Bump version to hslua-module-doclayout-1.2.0.1
1 parent c15e4a9 commit 47a956f

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
`hslua-module-doclayout` uses [PVP Versioning][1].
44
The changelog is available [on GitHub][2].
55

6+
## 1.2.0.1
7+
8+
Released 2025-06-23.
9+
10+
- Relaxed upper bound for hslua, allow hslua-2.4.
11+
612
## 1.2.0
713

814
Released 2024-09-21.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020-2024 Albert Krewinkel
3+
Copyright (c) 2020-2025 Albert Krewinkel
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

hslua-module-doclayout.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: hslua-module-doclayout
3-
version: 1.2.0
3+
version: 1.2.0.1
44
synopsis: Lua module wrapping Text.DocLayout.
55
description: Lua module wrapping @Text.DocLayout@.
66
homepage: https://github.com/hslua/hslua-module-doclayout
@@ -9,7 +9,7 @@ license: MIT
99
license-file: LICENSE
1010
author: Albert Krewinkel
1111
maintainer: Albert Krewinkel <albert@zeitkraut.de>
12-
copyright: © 2020-2024 Albert Krewinkel
12+
copyright: © 2020-2025 Albert Krewinkel
1313
category: Foreign
1414
build-type: Simple
1515
extra-doc-files: README.md

0 commit comments

Comments
 (0)