Skip to content

Commit c6e8619

Browse files
committed
v0.20.0
1 parent bad9530 commit c6e8619

File tree

7 files changed

+13
-10
lines changed

7 files changed

+13
-10
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.20.0] - 2024-01-20
11+
1012
### Added
1113

1214
- Introduced a new release artifact `stylua-linux-x86_64-musl` ([#834](https://github.com/JohnnyMorganz/StyLua/issues/834))
1315

1416
### Changed
1517

1618
- Files excluded by git (via `.gitignore` or global git configuration), as well as in an `.ignore` file (used by ripgrep and The Silver Searcher)
17-
will now also be ignored by StyLua (as if they were all `.styluaignore`) files. ([#833](https://github.com/JohnnyMorganz/StyLua/issues/833))
19+
will now also be ignored by StyLua (as if they were all `.styluaignore` files). ([#833](https://github.com/JohnnyMorganz/StyLua/issues/833))
1820

1921
### Fixed
2022

@@ -752,7 +754,8 @@ This feature is enabled by default, it can be disabled using `--no-editorconfig`
752754

753755
Initial alpha release
754756

755-
[unreleased]: https://github.com/JohnnyMorganz/StyLua/compare/v0.19.1...HEAD
757+
[unreleased]: https://github.com/JohnnyMorganz/StyLua/compare/v0.20.0...HEAD
758+
[0.20.0]: https://github.com/JohnnyMorganz/StyLua/releases/tag/v0.20.0
756759
[0.19.1]: https://github.com/JohnnyMorganz/StyLua/releases/tag/v0.19.1
757760
[0.19.0]: https://github.com/JohnnyMorganz/StyLua/releases/tag/v0.19.0
758761
[0.18.2]: https://github.com/JohnnyMorganz/StyLua/releases/tag/v0.18.2

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.19.1"
3+
version = "0.20.0"
44
authors = ["JohnnyMorganz <[email protected]>"]
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
@@ -56,7 +56,7 @@ Add the following to your `.pre-commit-config.yaml` file:
5656

5757
```yaml
5858
- repo: https://github.com/JohnnyMorganz/StyLua
59-
rev: v0.19.1
59+
rev: v0.20.0
6060
hooks:
6161
- id: stylua # or stylua-system / stylua-github
6262
```
@@ -80,7 +80,7 @@ StyLua is available on the [Docker Hub](https://hub.docker.com/r/johnnymorganz/s
8080
If you are using Docker, the easiest way to install StyLua is:
8181

8282
```dockerfile
83-
COPY --from=JohnnyMorganz/StyLua:0.18.0 /stylua /usr/bin/stylua
83+
COPY --from=JohnnyMorganz/StyLua:0.20.0 /stylua /usr/bin/stylua
8484
```
8585

8686
### Homebrew

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": "0.19.1",
3+
"version": "0.20.0",
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": "0.19.1",
7+
"version": "0.20.0",
88
"license": "MPL-2.0",
99
"readme": "README.md",
1010
"repository": {

0 commit comments

Comments
 (0)