Skip to content

Commit

Permalink
Bump full-moon version
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyMorganz committed Jun 20, 2021
1 parent fe1da58 commit e545790
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ 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]
### Changed
- Bumped full-moon to `0.12.1` to fix parsing bugs

### Fixed
- Fixed parentheses around type assertions being classed as unnecessary and removed under the `luau` feature flag.
- Fixed mistransformation of function type where arguments have comments under the `luau` feature flag. ([#201](https://github.com/JohnnyMorganz/StyLua/issues/201))
Expand Down
4 changes: 2 additions & 2 deletions 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
Expand Up @@ -28,7 +28,7 @@ lua52 = ["full_moon/lua52"]
anyhow = "1.0.40"
console = "0.14.0"
directories = "3.0.2"
full_moon = { version = "0.12.0" }
full_moon = { version = "0.12.1" }
globset = "0.4.6"
ignore = "0.4.17"
lazy_static = "1.4.0"
Expand Down

0 comments on commit e545790

Please sign in to comment.