From 332a636bf1a5227037574e80ee3aa8d8accdcb83 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Wed, 26 Mar 2025 18:41:24 +0000 Subject: [PATCH] Update versions and changelog for v5.3.1 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 4 ++-- Cargo.toml | 2 +- ffi/Cargo.toml | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f27b4cc..11afbf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 0654a1a..d5bd32e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 5fa004f..223d29b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "loot-condition-interpreter" -version = "5.3.0" +version = "5.3.1" authors = ["Oliver Hamlet "] description = "Parse and evaluate LOOT metadata condition strings." repository = "https://github.com/Ortham/libloadorder.git" diff --git a/ffi/Cargo.toml b/ffi/Cargo.toml index e7be387..589f5e0 100644 --- a/ffi/Cargo.toml +++ b/ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "loot-condition-interpreter-ffi" -version = "5.3.0" +version = "5.3.1" authors = ["Oliver Hamlet "] license = "MIT" edition = "2021"