Skip to content

Commit

Permalink
Update version numbers and changelogs for v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ortham committed Dec 1, 2019
1 parent d13da66 commit f8e5391
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## [3.3.0] - 2019-12-01

### Changed

- The range of FormIDs that are recognised as valid in light masters has been
extended for Fallout 4 plugins, from between `0x800` and `0xFFF` inclusive to
between `0x001` and `0xFFF` inclusive, to reflect the extended range supported
by Fallout 4 v1.10.162.0.0. The valid range for Skyrim Special Edition plugins
is unchanged.

## [3.2.0] - 2019-09-06

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

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

## [3.3.0] - 2019-12-01

### Changed

- Updated to esplugin v3.3.0.

## [3.2.0] - 2019-09-06

### 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 = "3.2.0"
version = "3.3.0"
authors = ["Oliver Hamlet <oliver.hamlet@gmail.com>"]
build = "build.rs"
description = "A wrapper library providing a C FFI for esplugin."
Expand All @@ -16,7 +16,7 @@ exclude = [
]

[dependencies]
esplugin = { version = "3.2.0", path = ".." }
esplugin = { version = "3.3.0", path = ".." }
libc = "0.2"

[lib]
Expand Down

0 comments on commit f8e5391

Please sign in to comment.