Skip to content

Commit

Permalink
Set versions and changelogs for 18.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ortham committed Oct 24, 2024
1 parent 6deea84 commit 6c0ae35
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
Version numbers are shared between libloadorder and libloadorder-ffi. This
changelog does not include libloadorder-ffi changes.

## [18.1.3] - 2024-10-20

### Fixed

- The order that is used for Starfield's hardcoded plugins has been updated to
match the order the game uses: `ShatteredSpace.esm` has been moved after
`OldMars.esm`.

## [18.1.2] - 2024-10-07

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libloadorder"
version = "18.1.2"
version = "18.1.3"
authors = ["Oliver Hamlet <[email protected]>"]
description = "A cross-platform library for manipulating the load order and active status of plugins for the Elder Scrolls and Fallout games."
documentation = "https://docs.rs/libloadorder"
Expand Down
6 changes: 6 additions & 0 deletions ffi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
Version numbers are shared between libloadorder and libloadorder-ffi. This
changelog only contains libloadorder-ffi changes.

## [18.1.3] - 2024-10-20

### Changed

- Updated to libloadorder v18.1.3.

## [18.1.2] - 2024-10-07

### Changed
Expand Down
2 changes: 1 addition & 1 deletion ffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libloadorder-ffi"
version = "18.1.2"
version = "18.1.3"
authors = ["Oliver Hamlet <[email protected]>"]
description = "A wrapper library providing a C FFI for libloadorder."
documentation = "https://docs.rs/libloadorder-ffi"
Expand Down

0 comments on commit 6c0ae35

Please sign in to comment.