Skip to content

Commit

Permalink
1.0.0-rc.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Kampfkarren committed Jul 6, 2024
1 parent 0d27552 commit d2b9981
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
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).

## [1.0.0-rc.4] - 2024-07-06
### Fixed
- Fixed broken parsing of string interpolation.

## [1.0.0-rc.3] - 2024-07-05
### Added
- Added `|=` support to `LuaVersion`.
Expand Down
2 changes: 1 addition & 1 deletion full-moon/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "full_moon"
version = "1.0.0-rc.3"
version = "1.0.0-rc.4"
authors = ["Kampfkarren <[email protected]>"]
description = "A lossless Lua parser"
license = "MPL-2.0"
Expand Down

0 comments on commit d2b9981

Please sign in to comment.