Skip to content

Commit

Permalink
Set versions and changelogs for 14.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ortham committed Aug 22, 2023
1 parent 24d21d3 commit a83a645
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 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.

## [14.2.1] - 2023-08-22

## Changed

- `GameSettings::active_plugins_file()` now returns a path ending in
`Plugins.txt` instead of `plugins.txt` for Oblivion and Nehrim, to
case-sensitively match the filenames created by those games.

## [14.2.0] - 2023-08-20

### Changed
Expand Down
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 = "14.2.0"
version = "14.2.1"
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
7 changes: 7 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.

## [14.2.1] - 2023-08-22

### Changed

- Updated to libloadorder v14.2.1.

## [14.2.0] - 2023-08-20

### Changed
Expand All @@ -12,6 +18,7 @@ changelog only contains libloadorder-ffi changes.
- `lot_create_handle()` will no longer fail on Linux if passed a null local data
path and `LIBLO_GAME_TES3` as the game ID. Passing any other game ID with a
null local data path will still fail.
- Updated to libloadorder v14.2.0.

## [14.1.0] - 2023-04-26

Expand Down
4 changes: 2 additions & 2 deletions ffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libloadorder-ffi"
version = "14.2.0"
version = "14.2.1"
authors = ["Oliver Hamlet <[email protected]>"]
build = "build.rs"
description = "A wrapper library providing a C FFI for libloadorder."
Expand All @@ -17,7 +17,7 @@ exclude = [
]

[dependencies]
libloadorder = { version = "14.2.0", path = ".." }
libloadorder = { version = "14.2.1", path = ".." }
libc = "0.2"

[lib]
Expand Down

0 comments on commit a83a645

Please sign in to comment.