Skip to content

Commit

Permalink
v0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyMorganz committed Feb 10, 2023
1 parent bf53cb2 commit 12d3f3d
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 8 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]

## [0.16.1] - 2023-02-10

### Fixed

- Fixed mistransformation of a function argument in a multilined function call when the argument contains a comment, causing a syntax error. We now attempt to hang the expression ([#648](https://github.com/JohnnyMorganz/StyLua/issues/648))
Expand Down Expand Up @@ -620,7 +622,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Initial alpha release

[unreleased]: https://github.com/JohnnyMorganz/StyLua/compare/v0.16.0...HEAD
[unreleased]: https://github.com/JohnnyMorganz/StyLua/compare/v0.16.1...HEAD
[0.16.1]: https://github.com/JohnnyMorganz/StyLua/releases/tag/v0.16.1
[0.16.0]: https://github.com/JohnnyMorganz/StyLua/releases/tag/v0.16.0
[0.15.3]: https://github.com/JohnnyMorganz/StyLua/releases/tag/v0.15.3
[0.15.2]: https://github.com/JohnnyMorganz/StyLua/releases/tag/v0.15.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stylua"
version = "0.16.0"
version = "0.16.1"
authors = ["JohnnyMorganz <johnnymorganz@outlook.com>"]
description = "A code formatter for Lua"
license = "MPL-2.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Add the following to your `.pre-commit-config.yaml` file:

```yaml
- repo: https://github.com/JohnnyMorganz/StyLua
rev: v0.16.0
rev: v0.16.1
hooks:
- id: stylua # or stylua-system / stylua-github
```
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": "0.16.0",
"version": "0.16.1",
"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 <johnnymorganz@outlook.com>"
],
"description": "A code formatter for Lua",
"version": "0.16.0",
"version": "0.16.1",
"license": "MPL-2.0",
"readme": "README.md",
"repository": {
Expand Down

0 comments on commit 12d3f3d

Please sign in to comment.