From 1043c215725b071e30679bc1b029d013bdef4916 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Fri, 18 Aug 2023 17:39:24 +0100 Subject: [PATCH] Update version numbers and changelog for v3.0.0 --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- ffi/Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a2424f..18a69e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.0.0] - 2023-08-18 + +### Removed + +- Support for the `"LOOT"` file path alias in conditions. +- The `State::new()` and `lci_state_create()` functions no longer take a + `loot_path` argument. + ## [2.4.0] - 2023-04-24 ### Added diff --git a/Cargo.toml b/Cargo.toml index 02575c2..8d283ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "loot-condition-interpreter" -version = "2.4.0" +version = "3.0.0" authors = ["Oliver Hamlet "] license = "MIT" edition = "2018" diff --git a/ffi/Cargo.toml b/ffi/Cargo.toml index b9358a1..e7847f3 100644 --- a/ffi/Cargo.toml +++ b/ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "loot-condition-interpreter-ffi" -version = "2.4.0" +version = "3.0.0" authors = ["Oliver Hamlet "] license = "MIT" build = "build.rs"