From 6b793f25bd82cb6717aa0e4c8b26ee167bef3f54 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Tue, 8 Oct 2024 10:15:17 +0100 Subject: [PATCH] Update versions and changelog for v4.0.2 --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 4 ++-- Cargo.toml | 2 +- ffi/Cargo.toml | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a548b3f..a721285 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # 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 ### Changed diff --git a/Cargo.lock b/Cargo.lock index fe9c02a..1884a48 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -310,7 +310,7 @@ checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" [[package]] name = "loot-condition-interpreter" -version = "4.0.1" +version = "4.0.2" dependencies = [ "crc32fast", "criterion", @@ -324,7 +324,7 @@ dependencies = [ [[package]] name = "loot-condition-interpreter-ffi" -version = "4.0.1" +version = "4.0.2" dependencies = [ "libc", "loot-condition-interpreter", diff --git a/Cargo.toml b/Cargo.toml index 8c306fc..fa73d7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "loot-condition-interpreter" -version = "4.0.1" +version = "4.0.2" authors = ["Oliver Hamlet "] license = "MIT" edition = "2021" diff --git a/ffi/Cargo.toml b/ffi/Cargo.toml index aa0d2c5..684be22 100644 --- a/ffi/Cargo.toml +++ b/ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "loot-condition-interpreter-ffi" -version = "4.0.1" +version = "4.0.2" authors = ["Oliver Hamlet "] license = "MIT" edition = "2021"