Skip to content

Commit 7fea6aa

Browse files
committed
chore: Release
1 parent c6259e0 commit 7fea6aa

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

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.10] - 2023-08-18
8+
79
- Many small improvements to the GUI
810
- Add simple in game UI to show local and remote integration version and active mods
911
- 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 @@
2224
- Fix including same asset paths with different casings causing Unreal Engine to load neither ([#29](https://github.com/trumank/drg-mod-integration/issues/29))
2325

2426
<!-- next-url -->
25-
[Unreleased]: https://github.com/trumank/drg-mod-integration/compare/v0.2.9...HEAD
27+
[Unreleased]: https://github.com/trumank/drg-mod-integration/compare/v0.2.10...HEAD
28+
[0.2.10]: https://github.com/trumank/drg-mod-integration/compare/v0.2.9...v0.2.10
2629
[0.2.9]: https://github.com/trumank/drg-mod-integration/compare/v0.2.8...v0.2.9
2730
[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.9"
3+
version = "0.2.10"
44
edition = "2021"
55
repository = "https://github.com/trumank/drg-mod-integration"
66

0 commit comments

Comments
 (0)