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 Jul 8, 2024
1 parent 9bf8dc4 commit 6c44514
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 13 deletions.
10 changes: 5 additions & 5 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 @@ -13,7 +13,7 @@ members = [
]

[workspace.package]
version = "4.2.107"
version = "4.2.108"
authors = ["Frodo45127 <[email protected]>"]
rust-version = "1.70"
edition = "2021"
Expand Down
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ If you're looking for the changes included in the latest beta (against the lates
- Implemented lookup support for filters.
- Implemented Warhammer 3 support in the Unit Editor.
- Implemented "Invalid Key on Lua Script" diagnostic.
- Implemented automatic translation of entries with the same value in the Translator.
- Implemented automatic translation of entries with the same value as a vanilla entry in the Translator.
- Implemented automatic translation using google when first clicking on an untranslated line.

### Changed
- Loose files in /data are now accessible as dependencies.
Expand Down Expand Up @@ -44,6 +47,10 @@ If you're looking for the changes included in the latest beta (against the lates
- Fixed Drazhir lazyness on updates (may not work).
- Fixed windows not opening the changelog due to missing associations with md files.
- Fixed a double update triggering when trying to restart RPFM after an update.
- Fixed a lot of issues related to selection being broken in the Translator.
- Fixed a bug where sometimes the rigidmodel 3d renderer would fail to find textures.
- Fixed Rome 2 Build Startpos process not including victory objectives in the startpos.
- Fixed "Copy from Source" being a bit broken in the Translator.

## [4.2.7]
### Added
Expand Down
4 changes: 2 additions & 2 deletions rpfm_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ rust-version.workspace = true
[dependencies]

# Internal dependencies.
rpfm_lib = { path = "../rpfm_lib", version = "4.2.107", features = ["integration_log", "integration_git"] }
rpfm_extensions = { path = "../rpfm_extensions", version = "4.2.107" }
rpfm_lib = { path = "../rpfm_lib", version = "4.2.108", features = ["integration_log", "integration_git"] }
rpfm_extensions = { path = "../rpfm_extensions", version = "4.2.108" }

# Error managing.
anyhow = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion rpfm_extensions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rust-version.workspace = true
[dependencies]

# Internal dependencies.
rpfm_lib = { path = "../rpfm_lib", version = "4.2.107", features = ["integration_log", "integration_assembly_kit", "support_error_bincode"] }
rpfm_lib = { path = "../rpfm_lib", version = "4.2.108", features = ["integration_log", "integration_assembly_kit", "support_error_bincode"] }

# Basic get/set support.
getset = "^0.1"
Expand Down
4 changes: 2 additions & 2 deletions rpfm_ui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ default = []
[dependencies]

# Internal dependencies.
rpfm_lib = { path = "../rpfm_lib", version = "4.2.107", features = ["integration_log", "integration_git"] }
rpfm_extensions = { path = "../rpfm_extensions", version = "4.2.107" }
rpfm_lib = { path = "../rpfm_lib", version = "4.2.108", features = ["integration_log", "integration_git"] }
rpfm_extensions = { path = "../rpfm_extensions", version = "4.2.108" }
rpfm_ui_common = { path = "../rpfm_ui_common" }

# Config dependencies.
Expand Down
4 changes: 2 additions & 2 deletions rpfm_ui_common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ rust-version.workspace = true
[dependencies]

# Internal dependencies.
rpfm_lib = { path = "../rpfm_lib", version = "4.2.107", features = ["integration_log", "integration_git"] }
rpfm_extensions = { path = "../rpfm_extensions", version = "4.2.107" }
rpfm_lib = { path = "../rpfm_lib", version = "4.2.108", features = ["integration_log", "integration_git"] }
rpfm_extensions = { path = "../rpfm_extensions", version = "4.2.108" }

# Config dependencies.
directories = "^5.0"
Expand Down

0 comments on commit 6c44514

Please sign in to comment.