Skip to content

Commit 5bf7301

Browse files
committed
v0.12.3
1 parent f6105bc commit 5bf7301

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ 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

77
## [Unreleased]
8+
9+
## [0.12.3] - 2022-02-17
810
### Fixed
911
- Fixed call chains not hanging when comments were present in between calls, leading to a syntax error. ([#367](https://github.com/JohnnyMorganz/StyLua/issues/367))
1012
- Fixed if-expression syntax getting unnecessarily expanded further due to trailing comments. ([#375](https://github.com/JohnnyMorganz/StyLua/issues/375))

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.2"
3+
version = "0.12.3"
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
@@ -43,7 +43,7 @@ StyLua prebuilt binary from GitHub Actions).
4343
Add the following to your `.pre-commit-config.yaml` file:
4444
```yaml
4545
- repo: https://github.com/JohnnyMorganz/StyLua
46-
rev: v0.12.2
46+
rev: v0.12.3
4747
hooks:
4848
- id: stylua # or stylua-system / stylua-github
4949
```
@@ -53,7 +53,7 @@ Add the following to your `.pre-commit-config.yaml` file:
5353
- [Sublime Text Package](https://github.com/aerobounce/Sublime-Pretty-Lua)
5454
- [Foreman](https://github.com/Roblox/foreman) - Add the following to your `foreman.toml` file:
5555
```toml
56-
stylua = { source = "JohnnyMorganz/stylua", version = "0.12.2" }
56+
stylua = { source = "JohnnyMorganz/stylua", version = "0.12.3" }
5757
```
5858
- A community maintained package repository. Please note, these packages are maintained by third-parties and we do not control their packaging manifests.
5959

0 commit comments

Comments
 (0)