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.1.0
This commit is contained in:
@@ -1,5 +1,17 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [3.1.0] - 2023-09-05
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- `GameType::Starfield` and `LCI_GAME_STARFIELD` as the game code to use for
|
||||||
|
Starfield.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Only lowercase plugin file extensions were recognised as plugin file
|
||||||
|
extensions.
|
||||||
|
|
||||||
## [3.0.0] - 2023-08-18
|
## [3.0.0] - 2023-08-18
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "loot-condition-interpreter"
|
name = "loot-condition-interpreter"
|
||||||
version = "3.0.0"
|
version = "3.1.0"
|
||||||
authors = ["Oliver Hamlet <oliver@ortham.io>"]
|
authors = ["Oliver Hamlet <oliver@ortham.io>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "loot-condition-interpreter-ffi"
|
name = "loot-condition-interpreter-ffi"
|
||||||
version = "3.0.0"
|
version = "3.1.0"
|
||||||
authors = ["Oliver Hamlet <oliver@ortham.io>"]
|
authors = ["Oliver Hamlet <oliver@ortham.io>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
|
|||||||
Reference in New Issue
Block a user