Skip to content

Commit e81fcf8

Browse files
committed
v0.11.2
1 parent 9f4b7bd commit e81fcf8

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
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.11.2] - 2021-11-15
810
### Fixed
911
- Fixed spaces around brackets string (`[[string]]`) used as an index or table key (i.e. `[ [[string]] ]`) being removed, leading to a syntax error. ([#293](https://github.com/JohnnyMorganz/StyLua/issues/293))
1012
- Fixed incorrect shape calculation leading to arguments incorrectly expanding when under column width. ([#298](https://github.com/JohnnyMorganz/StyLua/issues/298))

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.11.1"
3+
version = "0.11.2"
44
authors = ["JohnnyMorganz <johnnymorganz@outlook.com>"]
55
description = "A code formatter for Lua"
66
license = "MPL-2.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This action will use GitHub releases, rather than running cargo install, to spee
3939
- [VSCode Extension](https://marketplace.visualstudio.com/items?itemName=JohnnyMorganz.stylua)
4040
- [Foreman](https://github.com/Roblox/foreman) - Add the following to your `foreman.toml` file:
4141
```toml
42-
stylua = { source = "JohnnyMorganz/stylua", version = "0.11.1" }
42+
stylua = { source = "JohnnyMorganz/stylua", version = "0.11.2" }
4343
```
4444
- A community maintained package repository. Please note, these packages are maintained by third-parties and we do not control their packaging manifests.
4545

0 commit comments

Comments
 (0)