Skip to content

Commit 773f755

Browse files
committed
Update versions and changelog for v5.0.0
1 parent 000c997 commit 773f755

File tree

4 files changed

+20
-7
lines changed

4 files changed

+20
-7
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [5.0.0] - 2025-01-24
4+
5+
### Added
6+
7+
- `GameType::OpenMW` and `LCI_GAME_OPENMW` as the game code to use for OpenMW.
8+
9+
### Changed
10+
11+
- The `Error` and `GameType` enums are now non-exhaustive.
12+
- Updated libc to v0.2.169.
13+
- Updated regex to v1.11.1.
14+
- Updated unicase to v2.8.1.
15+
316
## [4.0.2] - 2024-10-08
417

518
### Changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "loot-condition-interpreter"
3-
version = "4.0.2"
4-
authors = ["Oliver Hamlet <oliver@ortham.io>"]
3+
version = "5.0.0"
4+
authors = ["Oliver Hamlet <oliver@ortham.net>"]
55
license = "MIT"
66
edition = "2021"
77

ffi/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "loot-condition-interpreter-ffi"
3-
version = "4.0.2"
4-
authors = ["Oliver Hamlet <oliver@ortham.io>"]
3+
version = "5.0.0"
4+
authors = ["Oliver Hamlet <oliver@ortham.net>"]
55
license = "MIT"
66
edition = "2021"
77

0 commit comments

Comments
 (0)