Update versions and changelog for v5.2.0

This commit is contained in:
Oliver Hamlet
2025-02-20 17:48:23 +00:00
parent f8cc7de5f8
commit da95554781
4 changed files with 12 additions and 5 deletions
+8 -1
View File
@@ -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
Generated
+2 -2
View File
@@ -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",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "loot-condition-interpreter"
version = "5.1.0"
version = "5.2.0"
authors = ["Oliver Hamlet <oliver@ortham.net>"]
license = "MIT"
edition = "2021"
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "loot-condition-interpreter-ffi"
version = "5.1.0"
version = "5.2.0"
authors = ["Oliver Hamlet <oliver@ortham.net>"]
license = "MIT"
edition = "2021"