Skip to content

Commit

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

## [18.0.0] - 2024-08-24

Same as 17.1.0: the breaking changes intended for this release were accidentally
in that release. The changelog entry for 17.1.0 has been updated to include
those changes.

## [17.1.0] - 2024-08-23

### Added

- Support for blueprint masters, as introduced by Starfield.
- Starfield's `SFBGS004.esm` plugin is now treated as implicitly active.
- `Error::InvalidBlueprintPluginPosition`, which is used when attempting to put
a blueprint plugin in a load order position that is invalid.

### Changed

- The `Error`, `GameId` and `LoadOrderMethod` enums are now non-exhaustive.
- Updated esplugin to 6.1.0.
- Updated regex to 1.10.6.
- Updated rust-ini to 0.21.1.
Expand All @@ -22,6 +31,11 @@ changelog does not include libloadorder-ffi changes.
- The wrong insert position could be calculated for a plugin being inserted into
a load order that contains one or more hoisted non-masters.

### Removed

- `Error::SystemTimeError`, `Error::NotUtf8` and
`Error::GameMasterMustLoadFirst` as they are unused.

## [17.0.1] - 2024-06-29

### Changed
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 = "17.1.0"
version = "18.0.0"
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
11 changes: 11 additions & 0 deletions ffi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,23 @@
Version numbers are shared between libloadorder and libloadorder-ffi. This
changelog only contains libloadorder-ffi changes.

## [18.0.0] - 2024-08-23

### Changed

- Updated to libloadorder v18.0.0.

## [17.1.0] - 2024-08-23

### Changed

- Updated to libloadorder v17.1.0.

### Removed

- `LIBLO_ERROR_FILE_NOT_UTF8` and `LIBLO_ERROR_TIMESTAMP_WRITE_FAIL` as they are
unused.

## [17.0.1] - 2024-06-29

### 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 = "17.1.0"
version = "18.0.0"
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 24b64e8

Please sign in to comment.