Update versions and changelog for v5.0.0

This commit is contained in:
Oliver Hamlet
2025-02-01 18:56:44 +00:00
parent d3da4528d3
commit bae9e8b630
4 changed files with 27 additions and 7 deletions
+20
View File
@@ -1,5 +1,25 @@
# Changelog
## [5.0.0] - 2025-02-01
### Added
- `GameType::OpenMW` and `LCI_GAME_OPENMW` as the game code to use for OpenMW.
Unlike other games:
- `.omwgame`, `.omwaddon` and `.omwscripts` are valid plugin file extensions.
- Ghosted plugins are not supported.
- The `is_master()` condition function returns `false` for all OpenMW plugins.
- When resolving filenames, the additional data paths are checked in reverse
order.
### Changed
- The `Error` and `GameType` enums are now non-exhaustive.
- Updated libc to v0.2.169.
- Updated regex to v1.11.1.
- Updated unicase to v2.8.1.
## [4.0.2] - 2024-10-08
### Changed
Generated
+3 -3
View File
@@ -1,6 +1,6 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
version = 4
[[package]]
name = "aho-corasick"
@@ -322,7 +322,7 @@ checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
[[package]]
name = "loot-condition-interpreter"
version = "4.0.2"
version = "5.0.0"
dependencies = [
"crc32fast",
"criterion",
@@ -336,7 +336,7 @@ dependencies = [
[[package]]
name = "loot-condition-interpreter-ffi"
version = "4.0.2"
version = "5.0.0"
dependencies = [
"libc",
"loot-condition-interpreter",
+2 -2
View File
@@ -1,7 +1,7 @@
[package]
name = "loot-condition-interpreter"
version = "4.0.2"
authors = ["Oliver Hamlet <oliver@ortham.io>"]
version = "5.0.0"
authors = ["Oliver Hamlet <oliver@ortham.net>"]
license = "MIT"
edition = "2021"
+2 -2
View File
@@ -1,7 +1,7 @@
[package]
name = "loot-condition-interpreter-ffi"
version = "4.0.2"
authors = ["Oliver Hamlet <oliver@ortham.io>"]
version = "5.0.0"
authors = ["Oliver Hamlet <oliver@ortham.net>"]
license = "MIT"
edition = "2021"