Skip to content

Commit

Permalink
Set versions and changelogs for 14.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ortham committed Sep 16, 2023
1 parent c90319a commit 3e24fd8
Show file tree
Hide file tree
Showing 4 changed files with 17 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.2] - 2023-09-16

## Changed

- `GameSettings::active_plugins_file()` now returns a path ending in
`Plugins.txt` instead of `plugins.txt` for all games other than Morrowind, to
case-sensitively match the filenames used by the games.

## [14.2.1] - 2023-08-22

## 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.1"
version = "14.2.2"
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.

## [14.2.2] - 2023-09-16

### Changed

- Updated to libloadorder v14.2.2.

## [14.2.1] - 2023-08-22

### Changed
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.1"
version = "14.2.2"
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.1", path = ".." }
libloadorder = { version = "14.2.2", path = ".." }
libc = "0.2"

[lib]
Expand Down

0 comments on commit 3e24fd8

Please sign in to comment.