From c6e8619d2c0f679929c065a6101d99daca402cfd Mon Sep 17 00:00:00 2001 From: JohnnyMorganz Date: Sat, 20 Jan 2024 13:45:32 +0100 Subject: [PATCH] v0.20.0 --- CHANGELOG.md | 7 +++++-- 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, 13 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df6c0399..59fd2f6b 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.20.0] - 2024-01-20 + ### Added - Introduced a new release artifact `stylua-linux-x86_64-musl` ([#834](https://github.com/JohnnyMorganz/StyLua/issues/834)) @@ -14,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Files excluded by git (via `.gitignore` or global git configuration), as well as in an `.ignore` file (used by ripgrep and The Silver Searcher) - will now also be ignored by StyLua (as if they were all `.styluaignore`) files. ([#833](https://github.com/JohnnyMorganz/StyLua/issues/833)) + will now also be ignored by StyLua (as if they were all `.styluaignore` files). ([#833](https://github.com/JohnnyMorganz/StyLua/issues/833)) ### Fixed @@ -752,7 +754,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.19.1...HEAD +[unreleased]: https://github.com/JohnnyMorganz/StyLua/compare/v0.20.0...HEAD +[0.20.0]: https://github.com/JohnnyMorganz/StyLua/releases/tag/v0.20.0 [0.19.1]: https://github.com/JohnnyMorganz/StyLua/releases/tag/v0.19.1 [0.19.0]: https://github.com/JohnnyMorganz/StyLua/releases/tag/v0.19.0 [0.18.2]: https://github.com/JohnnyMorganz/StyLua/releases/tag/v0.18.2 diff --git a/Cargo.lock b/Cargo.lock index 24432f68..e8411fc4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1012,7 +1012,7 @@ dependencies = [ [[package]] name = "stylua" -version = "0.19.1" +version = "0.20.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 10617b81..0d92b8e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stylua" -version = "0.19.1" +version = "0.20.0" authors = ["JohnnyMorganz "] description = "A code formatter for Lua" license = "MPL-2.0" diff --git a/README.md b/README.md index 8babdcf3..d4207e3a 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.19.1 + rev: v0.20.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.18.0 /stylua /usr/bin/stylua +COPY --from=JohnnyMorganz/StyLua:0.20.0 /stylua /usr/bin/stylua ``` ### Homebrew diff --git a/stylua-npm-bin/package-lock.json b/stylua-npm-bin/package-lock.json index 99a5ef39..4db8a00e 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.19.1", + "version": "0.20.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@johnnymorganz/stylua-bin", - "version": "0.19.1", + "version": "0.20.0", "hasInstallScript": true, "license": "MPL-2.0", "dependencies": { diff --git a/stylua-npm-bin/package.json b/stylua-npm-bin/package.json index 7a915301..af809be6 100644 --- a/stylua-npm-bin/package.json +++ b/stylua-npm-bin/package.json @@ -1,6 +1,6 @@ { "name": "@johnnymorganz/stylua-bin", - "version": "0.19.1", + "version": "0.20.0", "description": "A code formatter for Lua", "bin": { "stylua": "./run.js" diff --git a/wasm/package.json b/wasm/package.json index cf859f83..aced78d5 100644 --- a/wasm/package.json +++ b/wasm/package.json @@ -4,7 +4,7 @@ "JohnnyMorganz " ], "description": "A code formatter for Lua", - "version": "0.19.1", + "version": "0.20.0", "license": "MPL-2.0", "readme": "README.md", "repository": {