From da95554781e63248671d753a3d3ad8048614d04f Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Thu, 20 Feb 2025 17:48:23 +0000 Subject: [PATCH] Update versions and changelog for v5.2.0 --- CHANGELOG.md | 9 ++++++++- Cargo.lock | 4 ++-- Cargo.toml | 2 +- ffi/Cargo.toml | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a37492a..98608b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog -## [5.1.0] = 2025-02-16 +## [5.2.0] - 2025-02-20 + +### Changed + +- Line breaks are now accepted as whitespace when parsing condition strings, so + long expressions can be split over multiple lines. + +## [5.1.0] - 2025-02-16 ### Added diff --git a/Cargo.lock b/Cargo.lock index 905eb15..7172e0a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -322,7 +322,7 @@ checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" [[package]] name = "loot-condition-interpreter" -version = "5.1.0" +version = "5.2.0" dependencies = [ "crc32fast", "criterion", @@ -336,7 +336,7 @@ dependencies = [ [[package]] name = "loot-condition-interpreter-ffi" -version = "5.1.0" +version = "5.2.0" dependencies = [ "libc", "loot-condition-interpreter", diff --git a/Cargo.toml b/Cargo.toml index d48efe4..6538ed2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "loot-condition-interpreter" -version = "5.1.0" +version = "5.2.0" authors = ["Oliver Hamlet "] license = "MIT" edition = "2021" diff --git a/ffi/Cargo.toml b/ffi/Cargo.toml index 9c7ad15..6e9fc74 100644 --- a/ffi/Cargo.toml +++ b/ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "loot-condition-interpreter-ffi" -version = "5.1.0" +version = "5.2.0" authors = ["Oliver Hamlet "] license = "MIT" edition = "2021"