Skip to content

Commit

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

## [18.1.0] - 2024-10-05

### Added

- `ShatteredSpace.esm` is now recognised as a Starfield plugin with a hardcoded
load order index of `01`.

### Changed

- Starfield's official plugins were treated as being implicitly active, but now
`Starfield.esm`, `Constellation.esm`, `OldMars.esm`, `SFBGS003.esm`,
`SFBGS004.esm`, `SFBGS006.esm`, `SFBGS007.esm` and `SFBGS008.esm` have
hardcoded load order indexes, to match the behaviour of Starfield v1.14.70.0.
- Updated regex to 1.11.0.

## [18.0.0] - 2024-08-24

Same as 17.1.0: the breaking changes intended for this release were accidentally
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.0.0"
version = "18.1.0"
authors = ["Oliver Hamlet <oliver@ortham.io>"]
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
7 changes: 7 additions & 0 deletions ffi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
Version numbers are shared between libloadorder and libloadorder-ffi. This
changelog only contains libloadorder-ffi changes.

## [18.1.0] - 2024-10-05

### Changed

- Updated to libloadorder v18.1.0.
- Updated to libc v0.2.159.

## [18.0.0] - 2024-08-23

### 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.0.0"
version = "18.1.0"
authors = ["Oliver Hamlet <oliver@ortham.io>"]
description = "A wrapper library providing a C FFI for libloadorder."
documentation = "https://docs.rs/libloadorder-ffi"
Expand Down

0 comments on commit 5966b56

Please sign in to comment.