Skip to content

Commit

Permalink
Update versions and changelog for v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ortham committed Jan 29, 2025
1 parent 000c997 commit 773f755
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 7 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [5.0.0] - 2025-01-24

### Added

- `GameType::OpenMW` and `LCI_GAME_OPENMW` as the game code to use for OpenMW.

### 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
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
4 changes: 2 additions & 2 deletions ffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"

Expand Down

0 comments on commit 773f755

Please sign in to comment.