Update versions and changelog for v5.3.1

This commit is contained in:
Oliver Hamlet
2025-03-26 18:41:24 +00:00
parent 638c233815
commit 332a636bf1
4 changed files with 11 additions and 4 deletions
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## [5.3.1] - 2025-03-26
### Added
- Metadata fields in `Cargo.toml` so that the crate can be published to
crates.io.
## [5.3.0] - 2025-03-26
### Added
Generated
+2 -2
View File
@@ -322,7 +322,7 @@ checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
[[package]]
name = "loot-condition-interpreter"
version = "5.3.0"
version = "5.3.1"
dependencies = [
"crc32fast",
"criterion",
@@ -336,7 +336,7 @@ dependencies = [
[[package]]
name = "loot-condition-interpreter-ffi"
version = "5.3.0"
version = "5.3.1"
dependencies = [
"libc",
"loot-condition-interpreter",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "loot-condition-interpreter"
version = "5.3.0"
version = "5.3.1"
authors = ["Oliver Hamlet <oliver@ortham.net>"]
description = "Parse and evaluate LOOT metadata condition strings."
repository = "https://github.com/Ortham/libloadorder.git"
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "loot-condition-interpreter-ffi"
version = "5.3.0"
version = "5.3.1"
authors = ["Oliver Hamlet <oliver@ortham.net>"]
license = "MIT"
edition = "2021"