mirror of
https://github.com/loot/loot-condition-interpreter.git
synced 2026-07-27 14:16:09 -07:00
Update version numbers and changelog for v4.0.0
This commit is contained in:
@@ -1,5 +1,22 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [4.0.0] - 2024-05-02
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- `Cargo.lock` is no longer ignored by Git.
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- `Error::ParsingIncomplete` now holds contextual data.
|
||||||
|
- Updated to Rust's 2021 edition.
|
||||||
|
- Updated esplugin to v5.0.1.
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
|
||||||
|
- The `ffi-headers` build feature: if you want to generate C or C++ headers,
|
||||||
|
install and run cbindgen separately.
|
||||||
|
|
||||||
## [3.1.0] - 2023-09-05
|
## [3.1.0] - 2023-09-05
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
Generated
+2
-2
@@ -308,7 +308,7 @@ checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "loot-condition-interpreter"
|
name = "loot-condition-interpreter"
|
||||||
version = "3.1.0"
|
version = "4.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"crc32fast",
|
"crc32fast",
|
||||||
"criterion",
|
"criterion",
|
||||||
@@ -322,7 +322,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "loot-condition-interpreter-ffi"
|
name = "loot-condition-interpreter-ffi"
|
||||||
version = "3.1.0"
|
version = "4.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"libc",
|
"libc",
|
||||||
"loot-condition-interpreter",
|
"loot-condition-interpreter",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "loot-condition-interpreter"
|
name = "loot-condition-interpreter"
|
||||||
version = "3.1.0"
|
version = "4.0.0"
|
||||||
authors = ["Oliver Hamlet <oliver@ortham.io>"]
|
authors = ["Oliver Hamlet <oliver@ortham.io>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "loot-condition-interpreter-ffi"
|
name = "loot-condition-interpreter-ffi"
|
||||||
version = "3.1.0"
|
version = "4.0.0"
|
||||||
authors = ["Oliver Hamlet <oliver@ortham.io>"]
|
authors = ["Oliver Hamlet <oliver@ortham.io>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|||||||
Reference in New Issue
Block a user