Skip to content

Commit 58f9f95

Browse files
committed
0.22.0 release
1 parent 2f8ac84 commit 58f9f95

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.22.0 (unreleased)
3+
## 0.22.0 (2018-05-09)
44

55
### New features and improvements
66

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ If it is not possible to install [LuaFileSystem](http://keplerproject.github.io/
3939
### Windows binary download
4040

4141
For Windows there is single-file 64-bit binary distribution, bundling Lua 5.3.4, Luacheck, LuaFileSystem, and LuaLanes using [LuaStatic](https://github.com/ers35/luastatic):
42-
[download](https://github.com/mpeterv/luacheck/releases/download/0.21.2/luacheck.exe).
42+
[download](https://github.com/mpeterv/luacheck/releases/download/0.22.0/luacheck.exe).
4343

4444
## Basic usage
4545

@@ -107,7 +107,7 @@ Documentation can be built using [Sphinx](http://sphinx-doc.org/): `sphinx-build
107107

108108
## Development
109109

110-
Luacheck is currently in development. The latest released version is 0.21.2. The interface of the `luacheck` module may change between minor releases. The command line interface is fairly stable.
110+
Luacheck is currently in development. The latest released version is 0.22.0. The interface of the `luacheck` module may change between minor releases. The command line interface is fairly stable.
111111

112112
Use the Luacheck issue tracker on GitHub to submit bugs, suggestions and questions. Any pull requests are welcome, too.
113113

src/luacheck/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ local format = require "luacheck.format"
55
local utils = require "luacheck.utils"
66

77
local luacheck = {
8-
_VERSION = "0.21.2"
8+
_VERSION = "0.22.0"
99
}
1010

1111
local function raw_validate_options(fname, opts, stds, context)

0 commit comments

Comments
 (0)