Skip to content

Commit 7b064e0

Browse files
committed
chore: Release
1 parent 437888e commit 7b064e0

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
## [Unreleased] - ReleaseDate
66

7+
## [0.2.9] - 2023-08-11
8+
79
- Update `egui_dnd` which makes dragging and re-ordering mods significantly smoother
810
- Restore modding subsystem config upon uninstalling to prevent all mods getting enabled and kicking the user to sandbox
911
- Fix regression introduced by case sensitive path fix ([#36](https://github.com/trumank/drg-mod-integration/issues/36))
@@ -14,5 +16,6 @@
1416
- Fix including same asset paths with different casings causing Unreal Engine to load neither ([#29](https://github.com/trumank/drg-mod-integration/issues/29))
1517

1618
<!-- next-url -->
17-
[Unreleased]: https://github.com/trumank/drg-mod-integration/compare/v0.2.8...HEAD
19+
[Unreleased]: https://github.com/trumank/drg-mod-integration/compare/v0.2.9...HEAD
20+
[0.2.9]: https://github.com/trumank/drg-mod-integration/compare/v0.2.8...v0.2.9
1821
[0.2.8]: https://github.com/trumank/drg-mod-integration/compare/v0.2.7...v0.2.8

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "drg_mod_integration"
3-
version = "0.2.8"
3+
version = "0.2.9"
44
edition = "2021"
55
repository = "https://github.com/trumank/drg-mod-integration"
66

0 commit comments

Comments
 (0)