Update version numbers and changelog for v3.0.0

This commit is contained in:
Oliver Hamlet
2023-08-18 17:39:24 +01:00
parent 04ee63b5cf
commit 1043c21572
3 changed files with 10 additions and 2 deletions
+8
View File
@@ -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
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "loot-condition-interpreter"
version = "2.4.0"
version = "3.0.0"
authors = ["Oliver Hamlet <oliver@ortham.io>"]
license = "MIT"
edition = "2018"
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "loot-condition-interpreter-ffi"
version = "2.4.0"
version = "3.0.0"
authors = ["Oliver Hamlet <oliver@ortham.io>"]
license = "MIT"
build = "build.rs"