Skip to content

Commit cfd797a

Browse files
committed
v0.9.2
1 parent e545790 commit cfd797a

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.9.2] - 2021-06-20
810
### Changed
911
- Bumped full-moon to `0.12.1` to fix parsing bugs
1012

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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stylua"
3-
version = "0.9.1"
3+
version = "0.9.2"
44
authors = ["JohnnyMorganz <therobloxbot@gmail.com>"]
55
description = "A code formatter for Lua"
66
license = "MPL-2.0"
@@ -28,19 +28,19 @@ lua52 = ["full_moon/lua52"]
2828
anyhow = "1.0.40"
2929
console = "0.14.0"
3030
directories = "3.0.2"
31-
full_moon = { version = "0.12.1" }
31+
full_moon = { version="0.12.1" }
3232
globset = "0.4.6"
3333
ignore = "0.4.17"
3434
lazy_static = "1.4.0"
3535
regex = "1.4.2"
3636
serde = "1.0.118"
37-
similar = { version = "1.2.2", features = ["text", "inline"] }
37+
similar = { version="1.2.2", features=["text", "inline"] }
3838
structopt = "0.3.0"
3939
toml = "0.5.7"
4040

4141
[dev-dependencies]
4242
criterion = "0.3.3"
43-
insta = { version = "1.6.3", features = ["glob"] }
43+
insta = { version="1.6.3", features=["glob"] }
4444

4545
[[bench]]
4646
name = "date"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This action will use GitHub releases, rather than running cargo install, to spee
3939
- [VSCode Extension](https://marketplace.visualstudio.com/items?itemName=JohnnyMorganz.stylua)
4040
- [Foreman](https://github.com/Roblox/foreman) - Add the following to your `foreman.toml` file:
4141
```toml
42-
stylua = { source = "JohnnyMorganz/stylua", version = "0.9.1" }
42+
stylua = { source = "JohnnyMorganz/stylua", version = "0.9.2" }
4343
```
4444

4545
## Usage

0 commit comments

Comments
 (0)