mirror of
https://github.com/loot/loot-condition-interpreter.git
synced 2026-07-27 14:16:09 -07:00
Update versions and changelog for v4.0.2
This commit is contained in:
@@ -1,5 +1,13 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [4.0.2] - 2024-10-08
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Updated esplugin to v6.1.1.
|
||||||
|
- Updated libc to v0.2.159.
|
||||||
|
- Updated regex to v1.11.0.
|
||||||
|
|
||||||
## [4.0.1] - 2024-06-28
|
## [4.0.1] - 2024-06-28
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|||||||
Generated
+2
-2
@@ -310,7 +310,7 @@ checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "loot-condition-interpreter"
|
name = "loot-condition-interpreter"
|
||||||
version = "4.0.1"
|
version = "4.0.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"crc32fast",
|
"crc32fast",
|
||||||
"criterion",
|
"criterion",
|
||||||
@@ -324,7 +324,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "loot-condition-interpreter-ffi"
|
name = "loot-condition-interpreter-ffi"
|
||||||
version = "4.0.1"
|
version = "4.0.2"
|
||||||
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 = "4.0.1"
|
version = "4.0.2"
|
||||||
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 = "4.0.1"
|
version = "4.0.2"
|
||||||
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