Skip to content

Commit d0b1f75

Browse files
committed
Updated version number and changelog.
1 parent 6679434 commit d0b1f75

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed
0 Bytes
Binary file not shown.

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ and this project doesn't adhere to [Semantic Versioning](https://semver.org/spec
66

77
If you're looking for the changes included in the latest beta (against the latest stable version), check the unreleased section.
88

9+
## [0.9.11]
10+
### Changed
11+
- Movie packs can only be disabled in games since Warhammer 1. Older games can only disable them if they're not in /data.
12+
13+
### Fixed
14+
- Fixed multiple path checks that caused movie packs to not be detected correctly as being in /data.
15+
- Fixed a double add_working_directory command being added to the mod list when using mods in the secondary folder.
16+
917
## [0.9.10]
1018
### Added
1119
- Implemented "Remove Siege Attacker" launch option.
@@ -371,7 +379,8 @@ If you're looking for the changes included in the latest beta (against the lates
371379
### Added
372380
- Initial release.
373381

374-
[Unreleased]: https://github.com/Frodo45127/runcher/compare/v0.9.10...HEAD
382+
[Unreleased]: https://github.com/Frodo45127/runcher/compare/v0.9.11...HEAD
383+
[0.9.11]: https://github.com/Frodo45127/runcher/compare/v0.9.10...v0.9.11
375384
[0.9.10]: https://github.com/Frodo45127/runcher/compare/v0.9.9...v0.9.10
376385
[0.9.9]: https://github.com/Frodo45127/runcher/compare/v0.9.8...v0.9.9
377386
[0.9.8]: https://github.com/Frodo45127/runcher/compare/v0.9.7...v0.9.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
@@ -9,7 +9,7 @@ members = [
99
]
1010

1111
[workspace.package]
12-
version = "0.9.10"
12+
version = "0.9.11"
1313
authors = ["Frodo45127 <frodo_gv@hotmail.com>"]
1414
rust-version = "1.67"
1515
edition = "2021"

0 commit comments

Comments
 (0)