Skip to content

Commit

Permalink
Set versions and changelogs for 13.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ortham committed Sep 15, 2022
1 parent acb2a5e commit 5b3b40e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
7 changes: 7 additions & 0 deletions 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 does not include libloadorder-ffi changes.

## [13.1.1] - 2022-09-15

### Changed

- Updated esplugin to v4.0.0.
- The encoding dependency has been replaced by a dependency on encoding_rs.

## [13.1.0] - 2022-02-23

### Added
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 = "13.1.0"
version = "13.1.1"
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
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.

## [13.1.1] - 2022-09-15

### Changed

- Updated to cbindgen v0.24.

## [13.1.0] - 2022-02-23

### Added
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 = "13.1.0"
version = "13.1.1"
authors = ["Oliver Hamlet <oliver@ortham.io>"]
build = "build.rs"
description = "A wrapper library providing a C FFI for libloadorder."
Expand Down

0 comments on commit 5b3b40e

Please sign in to comment.