Update version numbers and changelog for v3.1.0

This commit is contained in:
Oliver Hamlet
2023-09-05 18:49:13 +01:00
parent 30c140eb4d
commit 922a8f9e7d
3 changed files with 14 additions and 2 deletions
+12
View File
@@ -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
View File
@@ -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
View File
@@ -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"