Skip to content

Commit

Permalink
Updated version number and changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Frodo45127 committed Aug 16, 2024
1 parent 3488f09 commit 2732060
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project doesn't adhere to [Semantic Versioning](https://semver.org/spec

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

## [0.9.6]
### Fixed
- Fixed game crash when using some launch options and not using the unit multiplier on heavy load orders.
- Fixed autotranslator mistranslating entries of mods with loc files outside text/.
- Fixed an issue where some custom load orders will cause unexpected behavior ingame when using launch options.

## [0.9.5]
### Added
- Implemented support for Pharaoh's Dynasties update.
Expand Down Expand Up @@ -327,7 +333,8 @@ If you're looking for the changes included in the latest beta (against the lates
### Added
- Initial release.

[Unreleased]: https://github.com/Frodo45127/runcher/compare/v0.9.5...HEAD
[Unreleased]: https://github.com/Frodo45127/runcher/compare/v0.9.6...HEAD
[0.9.6]: https://github.com/Frodo45127/runcher/compare/v0.9.5...v0.9.6
[0.9.5]: https://github.com/Frodo45127/runcher/compare/v0.9.4...v0.9.5
[0.9.4]: https://github.com/Frodo45127/runcher/compare/v0.9.3...v0.9.4
[0.9.3]: https://github.com/Frodo45127/runcher/compare/v0.9.2...v0.9.3
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ members = [
]

[workspace.package]
version = "0.9.5"
version = "0.9.6"
authors = ["Frodo45127 <frodo_gv@hotmail.com>"]
rust-version = "1.67"
edition = "2021"
Expand Down

0 comments on commit 2732060

Please sign in to comment.