Skip to content

Commit 332a636

Browse files
committed
Update versions and changelog for v5.3.1
1 parent 638c233 commit 332a636

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [5.3.1] - 2025-03-26
4+
5+
### Added
6+
7+
- Metadata fields in `Cargo.toml` so that the crate can be published to
8+
crates.io.
9+
310
## [5.3.0] - 2025-03-26
411

512
### Added

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.3.0"
3+
version = "5.3.1"
44
authors = ["Oliver Hamlet <[email protected]>"]
55
description = "Parse and evaluate LOOT metadata condition strings."
66
repository = "https://github.com/Ortham/libloadorder.git"

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.3.0"
3+
version = "5.3.1"
44
authors = ["Oliver Hamlet <[email protected]>"]
55
license = "MIT"
66
edition = "2021"

0 commit comments

Comments
 (0)