From 2499d711b896f26e77d3b7599f185ccf700b61cd Mon Sep 17 00:00:00 2001 From: JohnnyMorganz Date: Wed, 14 Jun 2023 16:04:45 +0100 Subject: [PATCH] v0.18.0 --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 4 ++-- stylua-npm-bin/package-lock.json | 4 ++-- stylua-npm-bin/package.json | 2 +- wasm/package.json | 2 +- 7 files changed, 12 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00179f84..539bb97c 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.18.0] - 2023-06-14 + ### Added - Multiline ignores (`-- stylua: ignore start` / `-- stylua: ignore end`) will now work within table fields: @@ -687,7 +689,8 @@ This feature is enabled by default, it can be disabled using `--no-editorconfig` Initial alpha release -[unreleased]: https://github.com/JohnnyMorganz/StyLua/compare/v0.17.1...HEAD +[unreleased]: https://github.com/JohnnyMorganz/StyLua/compare/v0.18.0...HEAD +[0.18.0]: https://github.com/JohnnyMorganz/StyLua/releases/tag/v0.18.0 [0.17.1]: https://github.com/JohnnyMorganz/StyLua/releases/tag/v0.17.1 [0.17.0]: https://github.com/JohnnyMorganz/StyLua/releases/tag/v0.17.0 [0.16.1]: https://github.com/JohnnyMorganz/StyLua/releases/tag/v0.16.1 diff --git a/Cargo.lock b/Cargo.lock index d1e74677..ca9855a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -897,7 +897,7 @@ dependencies = [ [[package]] name = "stylua" -version = "0.17.1" +version = "0.18.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 2b44b353..5363be84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stylua" -version = "0.17.1" +version = "0.18.0" authors = ["JohnnyMorganz "] description = "A code formatter for Lua" license = "MPL-2.0" diff --git a/README.md b/README.md index 01b251ed..f5c3b30d 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Add the following to your `.pre-commit-config.yaml` file: ```yaml - repo: https://github.com/JohnnyMorganz/StyLua - rev: v0.17.1 + rev: v0.18.0 hooks: - id: stylua # or stylua-system / stylua-github ``` @@ -80,7 +80,7 @@ StyLua is available on the [Docker Hub](https://hub.docker.com/r/johnnymorganz/s If you are using Docker, the easiest way to install StyLua is: ```dockerfile -COPY --from=JohnnyMorganz/StyLua:0.17.1 /stylua /usr/bin/stylua +COPY --from=JohnnyMorganz/StyLua:0.18.0 /stylua /usr/bin/stylua ``` ### Homebrew diff --git a/stylua-npm-bin/package-lock.json b/stylua-npm-bin/package-lock.json index d62a37d6..8a225f8d 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.17.1", + "version": "0.18.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@johnnymorganz/stylua-bin", - "version": "0.17.1", + "version": "0.18.0", "hasInstallScript": true, "license": "MPL-2.0", "dependencies": { diff --git a/stylua-npm-bin/package.json b/stylua-npm-bin/package.json index 98916d3a..91f53acf 100644 --- a/stylua-npm-bin/package.json +++ b/stylua-npm-bin/package.json @@ -1,6 +1,6 @@ { "name": "@johnnymorganz/stylua-bin", - "version": "0.17.1", + "version": "0.18.0", "description": "A code formatter for Lua", "bin": { "stylua": "./run.js" diff --git a/wasm/package.json b/wasm/package.json index 4faeae66..5a2df009 100644 --- a/wasm/package.json +++ b/wasm/package.json @@ -4,7 +4,7 @@ "JohnnyMorganz " ], "description": "A code formatter for Lua", - "version": "0.17.1", + "version": "0.18.0", "license": "MPL-2.0", "readme": "README.md", "repository": {