Skip to content

Commit 32208aa

Browse files
committed
v0.12.5
1 parent 423c7de commit 32208aa

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [0.12.5] - 2022-03-08
88
### Fixed
99
- Fixed crashed due to unhandled generic type packs under the `luau` feature flag. ([#403](https://github.com/JohnnyMorganz/StyLua/issues/403))
1010

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stylua"
3-
version = "0.12.4"
3+
version = "0.12.5"
44
authors = ["JohnnyMorganz <johnnymorganz@outlook.com>"]
55
description = "A code formatter for Lua"
66
license = "MPL-2.0"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ StyLua prebuilt binary from GitHub Actions).
4444
Add the following to your `.pre-commit-config.yaml` file:
4545
```yaml
4646
- repo: https://github.com/JohnnyMorganz/StyLua
47-
rev: v0.12.4
47+
rev: v0.12.5
4848
hooks:
4949
- id: stylua # or stylua-system / stylua-github
5050
```
@@ -54,7 +54,7 @@ Add the following to your `.pre-commit-config.yaml` file:
5454
- [Sublime Text Package](https://github.com/aerobounce/Sublime-Pretty-Lua)
5555
- [Foreman](https://github.com/Roblox/foreman) - Add the following to your `foreman.toml` file:
5656
```toml
57-
stylua = { source = "JohnnyMorganz/stylua", version = "0.12.4" }
57+
stylua = { source = "JohnnyMorganz/stylua", version = "0.12.5" }
5858
```
5959
- A community maintained package repository. Please note, these packages are maintained by third-parties and we do not control their packaging manifests.
6060

0 commit comments

Comments
 (0)