Skip to content

Commit ed9a07c

Browse files
committed
v0.5.0
1 parent 055862c commit ed9a07c

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.5.0] - 2021-02-24
810
### Added
911
- Added support for removing excess parentheses around expressions.
1012
e.g. `print((x))` will be formatted to `print(x)`, as the parentheses are unnecessary. We also consider cases

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.4.1"
3+
version = "0.5.0"
44
authors = ["JohnnyMorganz <therobloxbot@gmail.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
@@ -14,7 +14,7 @@ Please note, currently by default, StyLua is built with Luau features enabled. I
1414
### With [Foreman](https://github.com/Roblox/foreman)
1515
StyLua can be installed using foreman. Add the following to your `foreman.toml` file:
1616
```
17-
stylua = { source = "JohnnyMorganz/stylua", version = "0.4.1" }
17+
stylua = { source = "JohnnyMorganz/stylua", version = "0.5.0" }
1818
```
1919

2020
### Using the VSCode Extension

0 commit comments

Comments
 (0)