Skip to content

Commit 1daf4c1

Browse files
committed
v2.0.1
1 parent d6b8e7e commit 1daf4c1

File tree

7 files changed

+13
-10
lines changed

7 files changed

+13
-10
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.0.1] - 2024-11-18
11+
1012
### Added
1113

1214
- Verbose mode will now show resolved options
@@ -792,7 +794,8 @@ This feature is enabled by default, it can be disabled using `--no-editorconfig`
792794

793795
Initial alpha release
794796

795-
[unreleased]: https://github.com/JohnnyMorganz/StyLua/compare/v2.0.0...HEAD
797+
[unreleased]: https://github.com/JohnnyMorganz/StyLua/compare/v2.0.1...HEAD
798+
[2.0.1]: https://github.com/JohnnyMorganz/StyLua/releases/tag/v2.0.1
796799
[2.0.0]: https://github.com/JohnnyMorganz/StyLua/releases/tag/v2.0.0
797800
[0.20.0]: https://github.com/JohnnyMorganz/StyLua/releases/tag/v0.20.0
798801
[0.19.1]: https://github.com/JohnnyMorganz/StyLua/releases/tag/v0.19.1

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 = "2.0.0"
3+
version = "2.0.1"
44
authors = ["JohnnyMorganz <[email protected]>"]
55
description = "A code formatter for Lua"
66
license = "MPL-2.0"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Add the following to your `.pre-commit-config.yaml` file:
6060

6161
```yaml
6262
- repo: https://github.com/JohnnyMorganz/StyLua
63-
rev: v2.0.0
63+
rev: v2.0.1
6464
hooks:
6565
- id: stylua # or stylua-system / stylua-github
6666
```
@@ -84,7 +84,7 @@ StyLua is available on the [Docker Hub](https://hub.docker.com/r/johnnymorganz/s
8484
If you are using Docker, the easiest way to install StyLua is:
8585

8686
```dockerfile
87-
COPY --from=JohnnyMorganz/StyLua:2.0.0 /stylua /usr/bin/stylua
87+
COPY --from=JohnnyMorganz/StyLua:2.0.1 /stylua /usr/bin/stylua
8888
```
8989

9090
### Homebrew
@@ -101,7 +101,7 @@ brew install stylua
101101
- [Aftman](https://github.com/LPGhatguy/aftman)
102102

103103
```sh
104-
aftman add johnnymorganz/stylua@0.14.2
104+
aftman add johnnymorganz/stylua@2.0.1
105105
```
106106

107107
- A community maintained package repository. Please note, these packages are maintained by third-parties and we do not control their packaging manifests.

stylua-npm-bin/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stylua-npm-bin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@johnnymorganz/stylua-bin",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "A code formatter for Lua",
55
"bin": {
66
"stylua": "./run.js"

wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"JohnnyMorganz <[email protected]>"
55
],
66
"description": "A code formatter for Lua",
7-
"version": "2.0.0",
7+
"version": "2.0.1",
88
"license": "MPL-2.0",
99
"readme": "README.md",
1010
"repository": {

0 commit comments

Comments
 (0)