Update versions and changelog for v5.3.3

This commit is contained in:
Oliver Hamlet
2025-09-29 17:19:59 +01:00
parent 2ac9a9e374
commit b1a0840690
3 changed files with 29 additions and 3 deletions
+26
View File
@@ -1,5 +1,31 @@
# Changelog
## [5.3.3] - 2025-09-29
### Fixed
- The repository link in Cargo.toml pointed to the wrong Git repository.
### Changed
- Releases are now published to crates.io using Trusted Publishing.
- The accepted dependency version ranges have been widened to include older
versions. The oldest accepted version for each dependency is the oldest that
loot-condition-interpreter will build and pass its tests with on x86-64
Windows and Linux.
- Updated dependency versions in Cargo.lock:
- Updated crc32fast to v1.5.0.
- Updated libc to v0.2.175.
- Updated regex to v1.11.2.
- Most of the Cargo.toml package fields are now inherited from workspace fields
that are now shared between loot-condition-interpreter and
loot-condition-interpreter-ffi.
- Most of the lint configuration has been moved from Rust attributes to
workspace configuration, leaving only the configuration that is specific to
the relevant crate.
## [5.3.2] - 2025-04-28
### Fixed
Generated
+2 -2
View File
@@ -304,7 +304,7 @@ checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
[[package]]
name = "loot-condition-interpreter"
version = "5.3.2"
version = "5.3.3"
dependencies = [
"crc32fast",
"criterion",
@@ -318,7 +318,7 @@ dependencies = [
[[package]]
name = "loot-condition-interpreter-ffi"
version = "5.3.2"
version = "5.3.3"
dependencies = [
"libc",
"loot-condition-interpreter",
+1 -1
View File
@@ -30,7 +30,7 @@ harness = false
members = ["ffi"]
[workspace.package]
version = "5.3.2"
version = "5.3.3"
authors = ["Oliver Hamlet <oliver@ortham.net>"]
repository = "https://github.com/loot/loot-condition-interpreter.git"
license = "MIT"