From b9964411d245a0fdcc2722ad391afa1b914c9f04 Mon Sep 17 00:00:00 2001 From: JohnnyMorganz Date: Sat, 16 Nov 2024 17:31:18 +0100 Subject: [PATCH] 1.1.1 --- CHANGELOG.md | 2 ++ full-moon/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c48b47ad..53453d06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1] - 2024-11-16 + ### Fixed - Fixed regression in trivia attachment causing trivia that begins with `\t` tab characters to be attached as leading trivia of the next token rather than trailing trivia of the current token. - Fixed compilation failure due to bad flag definition when only `lua52` and `luau` are enabled together. diff --git a/full-moon/Cargo.toml b/full-moon/Cargo.toml index ecd75be9..2f784edf 100644 --- a/full-moon/Cargo.toml +++ b/full-moon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "full_moon" -version = "1.1.0" +version = "1.1.1" authors = ["Kampfkarren "] description = "A lossless Lua parser" license = "MPL-2.0"