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 Feb 23, 2025
1 parent 59a172e commit 138571e
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ 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.

## [Unreleased]
### Added
- Implemented "Remove Siege Attacker" launch option.
- Implemented experimental support for applying SQL scripts to the load order.

### Changed
- Migrated patcher logic to a separate redistributeable exe: [TWPatcher](https://github.com/Frodo45127/twpatcher).
- Migrated workshop logic to a separate repo: [Workshopper](https://github.com/Frodo45127/workshopper)
- Improved compilation support.
- Disabled log-checking logic by default.

## [0.9.9]
### Fixed
- Fixed some cornercases of modded single-entity units not being treated as such by the unit multiplier.
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 @@ -8,7 +8,7 @@ members = [
]

[workspace.package]
version = "0.9.10"
version = "0.9.100"
authors = ["Frodo45127 <frodo_gv@hotmail.com>"]
rust-version = "1.67"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion twpatcher
Submodule twpatcher updated 2 files
+7 −1 CHANGELOG.md
+1 −1 Cargo.toml
2 changes: 1 addition & 1 deletion workshopper
Submodule workshopper updated 1 files
+5 −5 Cargo.toml

0 comments on commit 138571e

Please sign in to comment.