Skip to content

Commit

Permalink
0.22.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeterv committed May 9, 2018
1 parent 2f8ac84 commit 58f9f95
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog

## 0.22.0 (unreleased)
## 0.22.0 (2018-05-09)

### New features and improvements

Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -39,7 +39,7 @@ If it is not possible to install [LuaFileSystem](http://keplerproject.github.io/
### Windows binary download

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):
[download](https://github.com/mpeterv/luacheck/releases/download/0.21.2/luacheck.exe).
[download](https://github.com/mpeterv/luacheck/releases/download/0.22.0/luacheck.exe).

## Basic usage

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

## Development

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.
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.

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

Expand Down
2 changes: 1 addition & 1 deletion src/luacheck/init.lua
Expand Up @@ -5,7 +5,7 @@ local format = require "luacheck.format"
local utils = require "luacheck.utils"

local luacheck = {
_VERSION = "0.21.2"
_VERSION = "0.22.0"
}

local function raw_validate_options(fname, opts, stds, context)
Expand Down

0 comments on commit 58f9f95

Please sign in to comment.