diff --git a/CHANGELOG.md b/CHANGELOG.md index 87ced73b..94e5b613 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## [Unreleased] - ReleaseDate +## [0.2.10] - 2023-08-18 + - Many small improvements to the GUI - Add simple in game UI to show local and remote integration version and active mods - Add experimental mod linting to assist with common mod issues such as conflicts ([#55](https://github.com/trumank/drg-mod-integration/pull/55)) @@ -22,6 +24,7 @@ - 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.9...HEAD +[Unreleased]: https://github.com/trumank/drg-mod-integration/compare/v0.2.10...HEAD +[0.2.10]: https://github.com/trumank/drg-mod-integration/compare/v0.2.9...v0.2.10 [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 87b92712..1571ed2a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1147,7 +1147,7 @@ checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650" [[package]] name = "drg_mod_integration" -version = "0.2.9" +version = "0.2.10" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 44c61b47..b22cebcc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "drg_mod_integration" -version = "0.2.9" +version = "0.2.10" edition = "2021" repository = "https://github.com/trumank/drg-mod-integration"