diff --git a/CHANGELOG.md b/CHANGELOG.md index e2aa66b4..8e34eac0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.15.0] - 2022-09-21 + ### Added - Added support for Lua 5.3, gated behind the `lua53` feature flag ([#534](https://github.com/JohnnyMorganz/StyLua/issues/534)) @@ -567,8 +569,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial alpha release -[unreleased]: https://github.com/JohnnyMorganz/StyLua/compare/v0.14.3...HEAD -[0.14.2]: https://github.com/JohnnyMorganz/StyLua/releases/tag/v0.14.3 +[unreleased]: https://github.com/JohnnyMorganz/StyLua/compare/v0.15.0...HEAD +[0.15.0]: https://github.com/JohnnyMorganz/StyLua/releases/tag/v0.15.0 +[0.14.3]: https://github.com/JohnnyMorganz/StyLua/releases/tag/v0.14.3 [0.14.2]: https://github.com/JohnnyMorganz/StyLua/releases/tag/v0.14.2 [0.14.1]: https://github.com/JohnnyMorganz/StyLua/releases/tag/v0.14.1 [0.14.0]: https://github.com/JohnnyMorganz/StyLua/releases/tag/v0.14.0 diff --git a/Cargo.lock b/Cargo.lock index 9047c593..d2826003 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -889,7 +889,7 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" [[package]] name = "stylua" -version = "0.14.3" +version = "0.15.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 73f426dc..c157c0da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stylua" -version = "0.14.3" +version = "0.15.0" authors = ["JohnnyMorganz "] description = "A code formatter for Lua" license = "MPL-2.0" diff --git a/README.md b/README.md index 91c6d4ae..f3ea13ae 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Add the following to your `.pre-commit-config.yaml` file: ```yaml - repo: https://github.com/JohnnyMorganz/StyLua - rev: v0.14.3 + rev: v0.15.0 hooks: - id: stylua # or stylua-system / stylua-github ``` diff --git a/stylua-npm-bin/package-lock.json b/stylua-npm-bin/package-lock.json index 108e52ff..209427ac 100644 --- a/stylua-npm-bin/package-lock.json +++ b/stylua-npm-bin/package-lock.json @@ -1,12 +1,12 @@ { "name": "@johnnymorganz/stylua-bin", - "version": "0.14.3", + "version": "0.15.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@johnnymorganz/stylua-bin", - "version": "0.14.3", + "version": "0.15.0", "hasInstallScript": true, "license": "MPL-2.0", "dependencies": { diff --git a/stylua-npm-bin/package.json b/stylua-npm-bin/package.json index c9285aa2..db52e364 100644 --- a/stylua-npm-bin/package.json +++ b/stylua-npm-bin/package.json @@ -1,6 +1,6 @@ { "name": "@johnnymorganz/stylua-bin", - "version": "0.14.3", + "version": "0.15.0", "description": "A code formatter for Lua", "bin": { "stylua": "./run.js" diff --git a/wasm/package.json b/wasm/package.json index 6f0d19bd..4050da26 100644 --- a/wasm/package.json +++ b/wasm/package.json @@ -4,7 +4,7 @@ "JohnnyMorganz " ], "description": "A code formatter for Lua", - "version": "0.14.3", + "version": "0.15.0", "license": "MPL-2.0", "readme": "README.md", "repository": {