From 69fc9d96ab3207eca9a4bb4ec770424cdcddc4cc Mon Sep 17 00:00:00 2001 From: JohnnyMorganz Date: Sun, 8 Aug 2021 13:12:23 +0100 Subject: [PATCH] v0.10.1 --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b900c600..1feaf68a 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.10.1] - 2021-08-08 ### Fixed - Fixed an incorrect trailing comma being added to function args as part of a multiline expression list leading to a syntax error. ([#227](https://github.com/JohnnyMorganz/StyLua/issues/227)) - Fixed the first expression in a multiple assignment prematurely hanging even if its below the column width. ([#233](https://github.com/JohnnyMorganz/StyLua/issues/233)) diff --git a/Cargo.lock b/Cargo.lock index 3b2761f5..19e28d3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -861,7 +861,7 @@ dependencies = [ [[package]] name = "stylua" -version = "0.10.0" +version = "0.10.1" dependencies = [ "anyhow", "console", diff --git a/Cargo.toml b/Cargo.toml index b58dbf64..4b9c8851 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stylua" -version = "0.10.0" +version = "0.10.1" authors = ["JohnnyMorganz "] description = "A code formatter for Lua" license = "MPL-2.0" diff --git a/README.md b/README.md index fd97d3b3..880f8b62 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.10.0" } +stylua = { source = "JohnnyMorganz/stylua", version = "0.10.1" } ``` - A community maintained package repository. Please note, these packages are maintained by third-parties and we do not control their packaging manifests.