Skip to content

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyMorganz committed Dec 7, 2024
1 parent d570166 commit 59be1c3
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 10 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.2] - 2024-12-07

### Fixed

- 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))
Expand Down Expand Up @@ -799,7 +801,8 @@ This feature is enabled by default, it can be disabled using `--no-editorconfig`

Initial alpha release

[unreleased]: https://github.com/JohnnyMorganz/StyLua/compare/v2.0.1...HEAD
[unreleased]: https://github.com/JohnnyMorganz/StyLua/compare/v2.0.2...HEAD
[2.0.2]: https://github.com/JohnnyMorganz/StyLua/releases/tag/v2.0.2
[2.0.1]: https://github.com/JohnnyMorganz/StyLua/releases/tag/v2.0.1
[2.0.0]: https://github.com/JohnnyMorganz/StyLua/releases/tag/v2.0.0
[0.20.0]: https://github.com/JohnnyMorganz/StyLua/releases/tag/v0.20.0
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stylua"
version = "2.0.1"
version = "2.0.2"
authors = ["JohnnyMorganz <[email protected]>"]
description = "A code formatter for Lua"
license = "MPL-2.0"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Add the following to your `.pre-commit-config.yaml` file:

```yaml
- repo: https://github.com/JohnnyMorganz/StyLua
rev: v2.0.1
rev: v2.0.2
hooks:
- id: stylua # or stylua-system / stylua-github
```
Expand All @@ -84,7 +84,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:2.0.1 /stylua /usr/bin/stylua
COPY --from=JohnnyMorganz/StyLua:2.0.2 /stylua /usr/bin/stylua
```

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

```sh
aftman add johnnymorganz/[email protected].1
aftman add johnnymorganz/[email protected].2
```

- A community maintained package repository. Please note, these packages are maintained by third-parties and we do not control their packaging manifests.
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@johnnymorganz/stylua-bin",
"version": "2.0.1",
"version": "2.0.2",
"description": "A code formatter for Lua",
"bin": {
"stylua": "./run.js"
Expand Down
2 changes: 1 addition & 1 deletion wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"JohnnyMorganz <[email protected]>"
],
"description": "A code formatter for Lua",
"version": "2.0.1",
"version": "2.0.2",
"license": "MPL-2.0",
"readme": "README.md",
"repository": {
Expand Down

0 comments on commit 59be1c3

Please sign in to comment.