Skip to content

Commit c0349ee

Browse files
committed
0.20.0 release
1 parent edd95bc commit c0349ee

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

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

3-
## 0.20.0 (unreleased)
3+
## 0.20.0 (2018-09-10)
44

55
### New features and improvements
66

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Lua and LuaJIT have some flags that add compatibility with other Lua versions. L
9595
Installing standard PUC-Rio Lua
9696
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9797

98-
Available versions: 5.1 - 5.1.5, 5.2.0 - 5.2.4, 5.3.0 - 5.3.5, 5.4.0-work1 - 5.4.0-work2 (5.4 and 5.4.0 are aliases for 5.4.0-work2).
98+
Available versions: 5.1 - 5.1.5, 5.2.0 - 5.2.4, 5.3.0 - 5.3.5, 5.4.0-work1 - 5.4.0-work2 (5.4 and 5.4.0 are aliases for 5.4.0-work2). ``latest`` and ``^`` version aliases point to ``5.3.5``.
9999

100100
Use ``5.1.0`` to install Lua ``5.1`` which was released without patch version for some reason.
101101

@@ -104,12 +104,12 @@ When building Lua, ``hererocks`` tries to emulate a sensible ``make`` target. Th
104104
Installing LuaJIT
105105
^^^^^^^^^^^^^^^^^
106106

107-
Available versions: 2.0.0 - 2.0.5, 2.1.0-beta1 - 2.1.0-beta3.
107+
Available versions: 2.0.0 - 2.0.5, 2.1.0-beta1 - 2.1.0-beta3. ``latest`` and ``^`` version aliases point to ``2.0.5``.
108108

109109
Installing LuaRocks
110110
^^^^^^^^^^^^^^^^^^^
111111

112-
Available versions: 2.0.8 - 2.0.13, 2.1.0 - 2.1.2, 2.2.0 - 2.2.2, 2.3.0, 2.4.0 - 2.4.4, 3 (installs from ``master`` branch of the LuaRocks git repository).
112+
Available versions: 2.0.8 - 2.0.13, 2.1.0 - 2.1.2, 2.2.0 - 2.2.2, 2.3.0, 2.4.0 - 2.4.4, 3.0.0 - 3.0.2. ``latest`` and ``^`` version aliases point to ``2.4.4``.
113113

114114
Version 2.0.8 does not support Lua 5.2. Versions 2.0.8 - 2.1.2 do not support Lua 5.3.
115115

hererocks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
except ImportError:
3636
import winreg
3737

38-
hererocks_version = "Hererocks 0.19.0"
38+
hererocks_version = "Hererocks 0.20.0"
3939
__all__ = ["main"]
4040

4141
opts = None

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setuptools.setup(
1111
name="hererocks",
12-
version="0.19.0",
12+
version="0.20.0",
1313
description="Tool for installing Lua and LuaRocks locally",
1414
long_description=long_description,
1515
keywords="lua",

0 commit comments

Comments
 (0)