mirror of
https://github.com/loot/loot-condition-interpreter.git
synced 2026-07-27 14:16:09 -07:00
Update version numbers and changelog for v3.0.0
This commit is contained in:
@@ -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
@@ -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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user