diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bd5271a..7674bbf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.11.2] - 2021-11-15 ### Fixed - Fixed spaces around brackets string (`[[string]]`) used as an index or table key (i.e. `[ [[string]] ]`) being removed, leading to a syntax error. ([#293](https://github.com/JohnnyMorganz/StyLua/issues/293)) - Fixed incorrect shape calculation leading to arguments incorrectly expanding when under column width. ([#298](https://github.com/JohnnyMorganz/StyLua/issues/298)) diff --git a/Cargo.lock b/Cargo.lock index 5e63cf8a..0a9db52f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -818,7 +818,7 @@ dependencies = [ [[package]] name = "stylua" -version = "0.11.1" +version = "0.11.2" dependencies = [ "anyhow", "console", diff --git a/Cargo.toml b/Cargo.toml index 88ea10b3..08c471db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stylua" -version = "0.11.1" +version = "0.11.2" authors = ["JohnnyMorganz "] description = "A code formatter for Lua" license = "MPL-2.0" diff --git a/README.md b/README.md index d4c2bb27..89acad2f 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ This action will use GitHub releases, rather than running cargo install, to spee - [VSCode Extension](https://marketplace.visualstudio.com/items?itemName=JohnnyMorganz.stylua) - [Foreman](https://github.com/Roblox/foreman) - Add the following to your `foreman.toml` file: ```toml -stylua = { source = "JohnnyMorganz/stylua", version = "0.11.1" } +stylua = { source = "JohnnyMorganz/stylua", version = "0.11.2" } ``` - A community maintained package repository. Please note, these packages are maintained by third-parties and we do not control their packaging manifests.