Skip to content

Commit 350e483

Browse files
committed
Set version and changelogs for 18.5.1
1 parent 73c65e9 commit 350e483

4 files changed

Lines changed: 30 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
Version numbers are shared between libloadorder and libloadorder-ffi. This
44
changelog 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

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ harness = false
3939
members = ["ffi"]
4040

4141
[workspace.package]
42-
version = "18.5.0"
42+
version = "18.5.1"
4343
authors = ["Oliver Hamlet <oliver@ortham.net>"]
4444
repository = "https://github.com/Ortham/libloadorder.git"
4545
categories = ["games"]

ffi/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
Version numbers are shared between libloadorder and libloadorder-ffi. This
44
changelog 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

0 commit comments

Comments
 (0)