Skip to content

Commit 227d6d7

Browse files
committed
Set versions and changelogs for 18.2.2
1 parent 47e7e72 commit 227d6d7

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@
33
Version numbers are shared between libloadorder and libloadorder-ffi. This
44
changelog does not include libloadorder-ffi changes.
55

6-
## [18.2.2] - Unreleased
6+
## [18.2.2] - 2025-02-10
77

88
### Fixed
99

1010
- OpenMW configuration is now loaded in a similar way to how OpenMW loads it,
1111
so a wider variety of config file locations are now supported, including the
1212
locations used by Linux packages linked to at <https://openmw.org/downloads/>.
13+
- A panic that could occur when loading an OpenMW load order that contains no
14+
plugins.
1315

1416
## [18.2.1] - 2025-02-02
1517

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libloadorder"
3-
version = "18.2.1"
3+
version = "18.2.2"
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

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
Version numbers are shared between libloadorder and libloadorder-ffi. This
44
changelog only contains libloadorder-ffi changes.
55

6+
## [18.2.2] - 2025-02-10
7+
8+
### Changed
9+
10+
- Updated to libloadorder v18.2.2.
11+
612
## [18.2.1] - 2025-02-02
713

814
### Changed

ffi/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libloadorder-ffi"
3-
version = "18.2.1"
3+
version = "18.2.2"
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)