Update versions and changelog for v4.0.1

This commit is contained in:
Oliver Hamlet
2024-06-28 17:49:22 +01:00
parent b2fa93f134
commit 317dd58d0d
4 changed files with 13 additions and 4 deletions
+9
View File
@@ -1,5 +1,14 @@
# Changelog
## [4.0.1] - 2024-06-28
### Changed
- Updated crc32fast to v1.4.2.
- Updated esplugin to v6.0.0.
- Updated libc to v0.2.155.
- Updated regex to v1.10.5.
## [4.0.0] - 2024-05-02
### Added
Generated
+2 -2
View File
@@ -309,7 +309,7 @@ checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
[[package]]
name = "loot-condition-interpreter"
version = "4.0.0"
version = "4.0.1"
dependencies = [
"crc32fast",
"criterion",
@@ -323,7 +323,7 @@ dependencies = [
[[package]]
name = "loot-condition-interpreter-ffi"
version = "4.0.0"
version = "4.0.1"
dependencies = [
"libc",
"loot-condition-interpreter",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "loot-condition-interpreter"
version = "4.0.0"
version = "4.0.1"
authors = ["Oliver Hamlet <oliver@ortham.io>"]
license = "MIT"
edition = "2021"
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "loot-condition-interpreter-ffi"
version = "4.0.0"
version = "4.0.1"
authors = ["Oliver Hamlet <oliver@ortham.io>"]
license = "MIT"
edition = "2021"