diff --git a/CHANGELOG.md b/CHANGELOG.md index ccc4017b..53bb2ec4 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.3] - 2022-01-01 ### Fixed - Fixed comments preceding a comma within a function call or parameter list for a function definition being mistransformed leading to a syntax error. ([#307](https://github.com/JohnnyMorganz/StyLua/issues/307)) - Fixed IfExpression having abnormal leading whitespace under the `luau` feature flag. ([#315](https://github.com/JohnnyMorganz/StyLua/issues/315)) diff --git a/Cargo.lock b/Cargo.lock index 0a9db52f..3dbff630 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -818,7 +818,7 @@ dependencies = [ [[package]] name = "stylua" -version = "0.11.2" +version = "0.11.3" dependencies = [ "anyhow", "console", diff --git a/Cargo.toml b/Cargo.toml index 08c471db..66724e61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stylua" -version = "0.11.2" +version = "0.11.3" authors = ["JohnnyMorganz "] description = "A code formatter for Lua" license = "MPL-2.0" diff --git a/README.md b/README.md index 89acad2f..98b36dfe 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.2" } +stylua = { source = "JohnnyMorganz/stylua", version = "0.11.3" } ``` - A community maintained package repository. Please note, these packages are maintained by third-parties and we do not control their packaging manifests.