From 49436232d9b3450ef818a0f434413dd7eba6e6d4 Mon Sep 17 00:00:00 2001 From: JohnnyMorganz Date: Wed, 2 Mar 2022 21:58:43 +0000 Subject: [PATCH] v0.12.4 --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 4 ++-- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 820e1c60..7407a11d 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.12.4] - 2022-03-02 ### Fixed - Fixed long comments forcing unnecessary hanging of type declarations. ([#384](https://github.com/JohnnyMorganz/StyLua/issues/384)) - Fixed long intersection types not hanging. ([#382](https://github.com/JohnnyMorganz/StyLua/issues/382)) diff --git a/Cargo.lock b/Cargo.lock index 26499300..37b2f0b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -870,7 +870,7 @@ dependencies = [ [[package]] name = "stylua" -version = "0.12.3" +version = "0.12.4" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index ef4e7036..5320192f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stylua" -version = "0.12.3" +version = "0.12.4" authors = ["JohnnyMorganz "] description = "A code formatter for Lua" license = "MPL-2.0" diff --git a/README.md b/README.md index 982df545..68d74e97 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ StyLua prebuilt binary from GitHub Actions). Add the following to your `.pre-commit-config.yaml` file: ```yaml - repo: https://github.com/JohnnyMorganz/StyLua - rev: v0.12.3 + rev: v0.12.4 hooks: - id: stylua # or stylua-system / stylua-github ``` @@ -54,7 +54,7 @@ Add the following to your `.pre-commit-config.yaml` file: - [Sublime Text Package](https://github.com/aerobounce/Sublime-Pretty-Lua) - [Foreman](https://github.com/Roblox/foreman) - Add the following to your `foreman.toml` file: ```toml -stylua = { source = "JohnnyMorganz/stylua", version = "0.12.3" } +stylua = { source = "JohnnyMorganz/stylua", version = "0.12.4" } ``` - A community maintained package repository. Please note, these packages are maintained by third-parties and we do not control their packaging manifests.