Skip to content

Commit 59be1c3

Browse files
committed
v2.0.2
1 parent d570166 commit 59be1c3

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.2] - 2024-12-07
11+
1012
### Fixed
1113

1214
- Fixed regression where configuration present in current working directory not used when formatting from stdin and no `--stdin-filepath` is provided ([#928](https://github.com/JohnnyMorganz/StyLua/issues/928))
@@ -799,7 +801,8 @@ This feature is enabled by default, it can be disabled using `--no-editorconfig`
799801

800802
Initial alpha release
801803

802-
[unreleased]: https://github.com/JohnnyMorganz/StyLua/compare/v2.0.1...HEAD
804+
[unreleased]: https://github.com/JohnnyMorganz/StyLua/compare/v2.0.2...HEAD
805+
[2.0.2]: https://github.com/JohnnyMorganz/StyLua/releases/tag/v2.0.2
803806
[2.0.1]: https://github.com/JohnnyMorganz/StyLua/releases/tag/v2.0.1
804807
[2.0.0]: https://github.com/JohnnyMorganz/StyLua/releases/tag/v2.0.0
805808
[0.20.0]: https://github.com/JohnnyMorganz/StyLua/releases/tag/v0.20.0

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.1"
3+
version = "2.0.2"
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.1
63+
rev: v2.0.2
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.1 /stylua /usr/bin/stylua
87+
COPY --from=JohnnyMorganz/StyLua:2.0.2 /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/[email protected].1
104+
aftman add johnnymorganz/[email protected].2
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.1",
3+
"version": "2.0.2",
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.1",
7+
"version": "2.0.2",
88
"license": "MPL-2.0",
99
"readme": "README.md",
1010
"repository": {

0 commit comments

Comments
 (0)