mirror of
https://github.com/loot/loot-condition-interpreter.git
synced 2026-07-27 14:16:09 -07:00
Update versions and changelog for v5.4.0
This commit is contained in:
@@ -1,5 +1,19 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [5.4.0] - 2026-01-01
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Removed the pelite dependency in favour of a new built-in PE version parsing
|
||||||
|
implementation.
|
||||||
|
- Removed the FFI wrapper's direct dependency on libc: `usize` is now used in
|
||||||
|
place of the `libc::size_t` type alias (which is `usize` on all supported
|
||||||
|
platforms).
|
||||||
|
- Updated dependency versions in Cargo.lock:
|
||||||
|
|
||||||
|
- Updated esplugin to v6.1.4.
|
||||||
|
- Updated regex to v1.12.2.
|
||||||
|
|
||||||
## [5.3.3] - 2025-09-29
|
## [5.3.3] - 2025-09-29
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|||||||
Generated
+2
-2
@@ -309,7 +309,7 @@ checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "loot-condition-interpreter"
|
name = "loot-condition-interpreter"
|
||||||
version = "5.3.3"
|
version = "5.4.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"crc32fast",
|
"crc32fast",
|
||||||
"criterion",
|
"criterion",
|
||||||
@@ -322,7 +322,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "loot-condition-interpreter-ffi"
|
name = "loot-condition-interpreter-ffi"
|
||||||
version = "5.3.3"
|
version = "5.4.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"loot-condition-interpreter",
|
"loot-condition-interpreter",
|
||||||
]
|
]
|
||||||
|
|||||||
+1
-1
@@ -29,7 +29,7 @@ harness = false
|
|||||||
members = ["ffi"]
|
members = ["ffi"]
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
version = "5.3.3"
|
version = "5.4.0"
|
||||||
authors = ["Oliver Hamlet <oliver@ortham.net>"]
|
authors = ["Oliver Hamlet <oliver@ortham.net>"]
|
||||||
repository = "https://github.com/loot/loot-condition-interpreter.git"
|
repository = "https://github.com/loot/loot-condition-interpreter.git"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|||||||
Reference in New Issue
Block a user