Skip to content

Commit 85f6a8d

Browse files
committed
Set versions and changelogs for 18.3.0
1 parent b7ae3c6 commit 85f6a8d

5 files changed

Lines changed: 31 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
33
Version numbers are shared between libloadorder and libloadorder-ffi. This
44
changelog does not include libloadorder-ffi changes.
55

6+
## [18.3.0] - 2025-03-26
7+
8+
### Added
9+
10+
- Implemented `Ord` and `PartialOrd` on `LoadOrderMethod`, `GameId` and
11+
`GameSettings`.
12+
- Added `std::fmt::Debug` as a supertrait of `WritableLoadOrder`.
13+
14+
### Changed
15+
16+
- The `Box<dyn error::Error + Send>` stored in `Error::PluginParsingError` is
17+
now `Box<dyn error::Error + Send + Sync + 'static>`.
18+
- `GameSettings::into_load_order()` now returns a
19+
`Box<dyn WritableLoadOrder + Send + Sync + 'static>` instead of a
20+
`Box<dyn WritableLoadOrder>`
21+
22+
### Changed
23+
24+
- Updated windows to 0.61.1.
25+
626
## [18.2.2] - 2025-02-10
727

828
### Fixed

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
@@ -1,6 +1,6 @@
11
[package]
22
name = "libloadorder"
3-
version = "18.2.2"
3+
version = "18.3.0"
44
authors = ["Oliver Hamlet <oliver@ortham.net>"]
55
description = "A cross-platform library for manipulating the load order and active status of plugins for the Elder Scrolls and Fallout games."
66
documentation = "https://docs.rs/libloadorder"

ffi/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
Version numbers are shared between libloadorder and libloadorder-ffi. This
44
changelog only contains libloadorder-ffi changes.
55

6+
## [18.3.0] - 2025-03-26
7+
8+
### Changed
9+
10+
- Updated to libloadorder v18.3.0.
11+
- Updated to libc v0.2.171.
12+
613
## [18.2.2] - 2025-02-10
714

815
### Changed

ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libloadorder-ffi"
3-
version = "18.2.2"
3+
version = "18.3.0"
44
authors = ["Oliver Hamlet <oliver@ortham.net>"]
55
description = "A wrapper library providing a C FFI for libloadorder."
66
documentation = "https://docs.rs/libloadorder-ffi"

0 commit comments

Comments
 (0)