diff --git a/CHANGELOG.md b/CHANGELOG.md index 82abaeef..c5f19b04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## [Unreleased] - ReleaseDate +## [0.2.9] - 2023-08-11 + - Update `egui_dnd` which makes dragging and re-ordering mods significantly smoother - Restore modding subsystem config upon uninstalling to prevent all mods getting enabled and kicking the user to sandbox - Fix regression introduced by case sensitive path fix ([#36](https://github.com/trumank/drg-mod-integration/issues/36)) @@ -14,5 +16,6 @@ - Fix including same asset paths with different casings causing Unreal Engine to load neither ([#29](https://github.com/trumank/drg-mod-integration/issues/29)) -[Unreleased]: https://github.com/trumank/drg-mod-integration/compare/v0.2.8...HEAD +[Unreleased]: https://github.com/trumank/drg-mod-integration/compare/v0.2.9...HEAD +[0.2.9]: https://github.com/trumank/drg-mod-integration/compare/v0.2.8...v0.2.9 [0.2.8]: https://github.com/trumank/drg-mod-integration/compare/v0.2.7...v0.2.8 diff --git a/Cargo.lock b/Cargo.lock index 4ed96094..56743037 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1103,7 +1103,7 @@ checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650" [[package]] name = "drg_mod_integration" -version = "0.2.8" +version = "0.2.9" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index c6b2d57c..dcc48660 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "drg_mod_integration" -version = "0.2.8" +version = "0.2.9" edition = "2021" repository = "https://github.com/trumank/drg-mod-integration"