From 32208aa337357de9a6f6e6bdbac7a1e3b567559f Mon Sep 17 00:00:00 2001 From: JohnnyMorganz Date: Tue, 8 Mar 2022 21:05:39 +0000 Subject: [PATCH] v0.12.5 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35d306d7..e07b4e1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. 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.5] - 2022-03-08 ### Fixed - Fixed crashed due to unhandled generic type packs under the `luau` feature flag. ([#403](https://github.com/JohnnyMorganz/StyLua/issues/403)) diff --git a/Cargo.lock b/Cargo.lock index 7e279158..00421a56 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -879,7 +879,7 @@ dependencies = [ [[package]] name = "stylua" -version = "0.12.4" +version = "0.12.5" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index bc1bf802..e924bfd5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stylua" -version = "0.12.4" +version = "0.12.5" authors = ["JohnnyMorganz "] description = "A code formatter for Lua" license = "MPL-2.0" diff --git a/README.md b/README.md index 68d74e97..84f9af04 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.4 + rev: v0.12.5 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.4" } +stylua = { source = "JohnnyMorganz/stylua", version = "0.12.5" } ``` - A community maintained package repository. Please note, these packages are maintained by third-parties and we do not control their packaging manifests.