Skip to content

Commit

Permalink
v0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyMorganz committed Jan 20, 2024
1 parent bad9530 commit c6e8619
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 10 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Expand Up @@ -7,14 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.20.0] - 2024-01-20

### Added

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

### Changed

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

### Fixed

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

Initial alpha release

[unreleased]: https://github.com/JohnnyMorganz/StyLua/compare/v0.19.1...HEAD
[unreleased]: https://github.com/JohnnyMorganz/StyLua/compare/v0.20.0...HEAD
[0.20.0]: https://github.com/JohnnyMorganz/StyLua/releases/tag/v0.20.0
[0.19.1]: https://github.com/JohnnyMorganz/StyLua/releases/tag/v0.19.1
[0.19.0]: https://github.com/JohnnyMorganz/StyLua/releases/tag/v0.19.0
[0.18.2]: https://github.com/JohnnyMorganz/StyLua/releases/tag/v0.18.2
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "stylua"
version = "0.19.1"
version = "0.20.0"
authors = ["JohnnyMorganz <johnnymorganz@outlook.com>"]
description = "A code formatter for Lua"
license = "MPL-2.0"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -56,7 +56,7 @@ Add the following to your `.pre-commit-config.yaml` file:

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

```dockerfile
COPY --from=JohnnyMorganz/StyLua:0.18.0 /stylua /usr/bin/stylua
COPY --from=JohnnyMorganz/StyLua:0.20.0 /stylua /usr/bin/stylua
```

### Homebrew
Expand Down
4 changes: 2 additions & 2 deletions stylua-npm-bin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion stylua-npm-bin/package.json
@@ -1,6 +1,6 @@
{
"name": "@johnnymorganz/stylua-bin",
"version": "0.19.1",
"version": "0.20.0",
"description": "A code formatter for Lua",
"bin": {
"stylua": "./run.js"
Expand Down
2 changes: 1 addition & 1 deletion wasm/package.json
Expand Up @@ -4,7 +4,7 @@
"JohnnyMorganz <johnnymorganz@outlook.com>"
],
"description": "A code formatter for Lua",
"version": "0.19.1",
"version": "0.20.0",
"license": "MPL-2.0",
"readme": "README.md",
"repository": {
Expand Down

0 comments on commit c6e8619

Please sign in to comment.