Skip to content

Commit da95554

Browse files
committed
Update versions and changelog for v5.2.0
1 parent f8cc7de commit da95554

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changelog
22

3-
## [5.1.0] = 2025-02-16
3+
## [5.2.0] - 2025-02-20
4+
5+
### Changed
6+
7+
- Line breaks are now accepted as whitespace when parsing condition strings, so
8+
long expressions can be split over multiple lines.
9+
10+
## [5.1.0] - 2025-02-16
411

512
### Added
613

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "loot-condition-interpreter"
3-
version = "5.1.0"
3+
version = "5.2.0"
44
authors = ["Oliver Hamlet <[email protected]>"]
55
license = "MIT"
66
edition = "2021"

ffi/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "loot-condition-interpreter-ffi"
3-
version = "5.1.0"
3+
version = "5.2.0"
44
authors = ["Oliver Hamlet <[email protected]>"]
55
license = "MIT"
66
edition = "2021"

0 commit comments

Comments
 (0)