Skip to content

Commit

Permalink
v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyMorganz committed Jun 20, 2021
1 parent e545790 commit cfd797a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.9.2] - 2021-06-20
### Changed
- Bumped full-moon to `0.12.1` to fix parsing bugs

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.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stylua"
version = "0.9.1"
version = "0.9.2"
authors = ["JohnnyMorganz <[email protected]>"]
description = "A code formatter for Lua"
license = "MPL-2.0"
Expand Down Expand Up @@ -28,19 +28,19 @@ lua52 = ["full_moon/lua52"]
anyhow = "1.0.40"
console = "0.14.0"
directories = "3.0.2"
full_moon = { version = "0.12.1" }
full_moon = { version="0.12.1" }
globset = "0.4.6"
ignore = "0.4.17"
lazy_static = "1.4.0"
regex = "1.4.2"
serde = "1.0.118"
similar = { version = "1.2.2", features = ["text", "inline"] }
similar = { version="1.2.2", features=["text", "inline"] }
structopt = "0.3.0"
toml = "0.5.7"

[dev-dependencies]
criterion = "0.3.3"
insta = { version = "1.6.3", features = ["glob"] }
insta = { version="1.6.3", features=["glob"] }

[[bench]]
name = "date"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ This action will use GitHub releases, rather than running cargo install, to spee
- [VSCode Extension](https://marketplace.visualstudio.com/items?itemName=JohnnyMorganz.stylua)
- [Foreman](https://github.com/Roblox/foreman) - Add the following to your `foreman.toml` file:
```toml
stylua = { source = "JohnnyMorganz/stylua", version = "0.9.1" }
stylua = { source = "JohnnyMorganz/stylua", version = "0.9.2" }
```

## Usage
Expand Down

0 comments on commit cfd797a

Please sign in to comment.