Skip to content

Commit

Permalink
Update changelogs and versions for 6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ortham committed Oct 7, 2024
1 parent e1a0fd3 commit 80b5d87
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

As of v1.0.4, version numbers are shared between esplugin and esplugin-ffi.

## [6.1.1] - 2024-10-07

### Changed

- Improved the performance of `Plugin::is_master_file()`,
`Plugin::is_light_plugin()`, and `Plugin::is_medium_plugin()` when the file
extension is checked.
- Updated flate2 to 1.0.34.

## [6.1.0] - 2024-07-23

### Added
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 = "esplugin"
version = "6.1.0"
version = "6.1.1"
authors = ["Oliver Hamlet <[email protected]>"]
description = "A free software library for reading Elder Scrolls plugin (.esp/.esm/.esl) files."
documentation = "https://docs.rs/esplugin"
Expand Down
7 changes: 7 additions & 0 deletions ffi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

After v1.0.3, version numbers are shared between esplugin and esplugin-ffi.

## [6.1.1] - 2024-10-07

### Changed

- Updated to esplugin v6.1.1.
- Updated libc to 0.2.159.

## [6.1.0] - 2024-07-23

### Added
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 = "esplugin-ffi"
version = "6.1.0"
version = "6.1.1"
authors = ["Oliver Hamlet <[email protected]>"]
description = "A wrapper library providing a C FFI for esplugin."
documentation = "https://docs.rs/esplugin-ffi"
Expand All @@ -16,7 +16,7 @@ exclude = [
]

[dependencies]
esplugin = { version = "6.1.0", path = ".." }
esplugin = { version = "6.1.1", path = ".." }
libc = "0.2"

[lib]
Expand Down

0 comments on commit 80b5d87

Please sign in to comment.