From 1daf4c18fb6baf687cc41082f1cc6905ced226a4 Mon Sep 17 00:00:00 2001 From: JohnnyMorganz Date: Mon, 18 Nov 2024 19:48:54 +0100 Subject: [PATCH] v2.0.1 --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 6 +++--- 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 6ce88c07..8865192b 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] +## [2.0.1] - 2024-11-18 + ### Added - Verbose mode will now show resolved options @@ -792,7 +794,8 @@ This feature is enabled by default, it can be disabled using `--no-editorconfig` Initial alpha release -[unreleased]: https://github.com/JohnnyMorganz/StyLua/compare/v2.0.0...HEAD +[unreleased]: https://github.com/JohnnyMorganz/StyLua/compare/v2.0.1...HEAD +[2.0.1]: https://github.com/JohnnyMorganz/StyLua/releases/tag/v2.0.1 [2.0.0]: https://github.com/JohnnyMorganz/StyLua/releases/tag/v2.0.0 [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 diff --git a/Cargo.lock b/Cargo.lock index 3eba7187..e8ef69ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -901,7 +901,7 @@ dependencies = [ [[package]] name = "stylua" -version = "2.0.0" +version = "2.0.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index c2cbf44f..74203ca7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stylua" -version = "2.0.0" +version = "2.0.1" authors = ["JohnnyMorganz "] description = "A code formatter for Lua" license = "MPL-2.0" diff --git a/README.md b/README.md index 4d6a4000..8bb36527 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Add the following to your `.pre-commit-config.yaml` file: ```yaml - repo: https://github.com/JohnnyMorganz/StyLua - rev: v2.0.0 + rev: v2.0.1 hooks: - id: stylua # or stylua-system / stylua-github ``` @@ -84,7 +84,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:2.0.0 /stylua /usr/bin/stylua +COPY --from=JohnnyMorganz/StyLua:2.0.1 /stylua /usr/bin/stylua ``` ### Homebrew @@ -101,7 +101,7 @@ brew install stylua - [Aftman](https://github.com/LPGhatguy/aftman) ```sh -aftman add johnnymorganz/stylua@0.14.2 +aftman add johnnymorganz/stylua@2.0.1 ``` - A community maintained package repository. Please note, these packages are maintained by third-parties and we do not control their packaging manifests. diff --git a/stylua-npm-bin/package-lock.json b/stylua-npm-bin/package-lock.json index 5525ee99..71ff1ef7 100644 --- a/stylua-npm-bin/package-lock.json +++ b/stylua-npm-bin/package-lock.json @@ -1,12 +1,12 @@ { "name": "@johnnymorganz/stylua-bin", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@johnnymorganz/stylua-bin", - "version": "2.0.0", + "version": "2.0.1", "hasInstallScript": true, "license": "MPL-2.0", "dependencies": { diff --git a/stylua-npm-bin/package.json b/stylua-npm-bin/package.json index d4e8a651..6dd4056b 100644 --- a/stylua-npm-bin/package.json +++ b/stylua-npm-bin/package.json @@ -1,6 +1,6 @@ { "name": "@johnnymorganz/stylua-bin", - "version": "2.0.0", + "version": "2.0.1", "description": "A code formatter for Lua", "bin": { "stylua": "./run.js" diff --git a/wasm/package.json b/wasm/package.json index 361842ed..474c3ae2 100644 --- a/wasm/package.json +++ b/wasm/package.json @@ -4,7 +4,7 @@ "JohnnyMorganz " ], "description": "A code formatter for Lua", - "version": "2.0.0", + "version": "2.0.1", "license": "MPL-2.0", "readme": "README.md", "repository": {