Skip to content

Commit

Permalink
Update version numbers and changelogs for v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ortham committed Dec 6, 2023
1 parent 7ecff6f commit cd7095f
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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

## [4.1.1] - 2022-09-15

### Added

- Support for the expanded FormID range introduced in Skyrim Special Edition
v1.6.1130.0 for light plugins with a `HEDR` version of 1.71.

### Fixed

- `Plugin::is_valid_as_light_plugin()` now takes into account the plugin's
`HEDR` version when determining the valid FormID range. This means that
Fallout 4 light plugins with a `HEDR` version below `1.0` now use the
correct range of object indexes, starting at `0x800`.

## [4.1.0] - 2023-09-05

### 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 = "esplugin"
version = "4.1.0"
version = "4.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.

## [4.1.1] - 2023-12-06

### Changed

- Updated to esplugin v4.1.1.
- Updated to cbindgen v0.26.

## [4.1.0] - 2023-09-05

### 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 = "4.1.0"
version = "4.1.1"
authors = ["Oliver Hamlet <[email protected]>"]
build = "build.rs"
description = "A wrapper library providing a C FFI for esplugin."
Expand All @@ -17,7 +17,7 @@ exclude = [
]

[dependencies]
esplugin = { version = "4.1.0", path = ".." }
esplugin = { version = "4.1.1", path = ".." }
libc = "0.2"

[lib]
Expand Down

0 comments on commit cd7095f

Please sign in to comment.