File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33Version numbers are shared between libloadorder and libloadorder-ffi. This
44changelog does not include libloadorder-ffi changes.
55
6+ ## [ 18.5.1] - 2025-09-29
7+
8+ ### Changed
9+
10+ - The accepted dependency version ranges have been widened to include older
11+ versions. The oldest accepted version for each dependency is the oldest that
12+ libloadorder will build and pass its tests with on x86-64 Windows and Linux.
13+ - The windows dependency has been replaced by direct dependencies on windows-sys
14+ and windows-result.
15+
616## [ 18.5.0] - 2025-08-01
717
818### Added
@@ -20,9 +30,13 @@ changelog does not include libloadorder-ffi changes.
2030
2131### Changed
2232
33+ - Releases are now published to crates.io using Trusted Publishing.
2334- Updated rust-ini to 0.21.2.
2435- Updated windows to 0.61.3.
25- - Removed the regex dependency.
36+
37+ ### Removed
38+
39+ - The regex dependency.
2640
2741## [ 18.4.0] - 2025-05-01
2842
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ harness = false
3939members = [" ffi" ]
4040
4141[workspace .package ]
42- version = " 18.5.0 "
42+ version = " 18.5.1 "
4343authors = [" Oliver Hamlet <oliver@ortham.net>" ]
4444repository = " https://github.com/Ortham/libloadorder.git"
4545categories = [" games" ]
Original file line number Diff line number Diff line change 33Version numbers are shared between libloadorder and libloadorder-ffi. This
44changelog only contains libloadorder-ffi changes.
55
6+ ## [ 18.5.1] - 2025-09-29
7+
8+ ### Changed
9+
10+ - Changes to the versions of top-level non-dev dependencies of libloadorder and
11+ libloadorder-ffi in Cargo.lock are now tracked in this changelog.
12+ - Updates esplugin to v6.1.4.
13+ - Updated keyvalues-parser to v0.2.1.
14+ - Updated libc to v0.2.175.
15+ - Updated rayon to 1.11.0.
16+ - Updated rust-ini to 0.21.3.
17+
618## [ 18.5.0] - 2025-08-01
719
820### Changed
You can’t perform that action at this time.
0 commit comments