diff --git a/CHANGELOG.md b/CHANGELOG.md index 89826b6..cf64f37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.1.2] - 2020-10-23 + +### Fixed + +- Version `0.1.1` of `pelite-macros` (a dependency of the `pelite` dependency) + broke the ability to build `pelite` v0.8.x without pinning the version of + `pelite-macros` used. + +### Changed + +- Updated pelite to v0.9.0. +- Updated cbindgen to v0.15. + ## [2.1.1] - 2020-06-13 ### Changed diff --git a/Cargo.toml b/Cargo.toml index 35fffe1..dd3cdde 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "loot-condition-interpreter" -version = "2.1.1" +version = "2.1.2" authors = ["Oliver Hamlet "] license = "MIT" edition = "2018" diff --git a/ffi/Cargo.toml b/ffi/Cargo.toml index ea8a022..05aae3f 100644 --- a/ffi/Cargo.toml +++ b/ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "loot-condition-interpreter-ffi" -version = "2.1.1" +version = "2.1.2" authors = ["Oliver Hamlet "] license = "MIT" build = "build.rs"