From d4b2b5cee0ec998b204ea641b1821e2053f79efb Mon Sep 17 00:00:00 2001 From: Truman Kilen Date: Sat, 5 Aug 2023 11:16:39 -0500 Subject: [PATCH] chore: Release --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21e067cc..eba0a7ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,13 @@ # Change Log + ## [Unreleased] - ReleaseDate +## [0.2.8] - 2023-08-05 - Fix `*.ushaderbytecode` files not being filtered out and causing crash on load - 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.7...HEAD +[Unreleased]: https://github.com/assert-rs/predicates-rs/compare/v0.2.8...HEAD +[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 a68a42be..9d3bd9dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1066,7 +1066,7 @@ checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650" [[package]] name = "drg_mod_integration" -version = "0.2.7" +version = "0.2.8" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 9744a067..76d26a97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "drg_mod_integration" -version = "0.2.7" +version = "0.2.8" edition = "2021" repository = "https://github.com/trumank/drg-mod-integration"