Skip to content

Commit 67e0cbe

Browse files
committed
Updated version number and changelog.
1 parent 89f8587 commit 67e0cbe

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
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
@@ -13,7 +13,7 @@ members = [
1313
]
1414

1515
[workspace.package]
16-
version = "4.4.4"
16+
version = "4.4.5"
1717
authors = ["Frodo45127 <[email protected]>"]
1818
rust-version = "1.80"
1919
edition = "2021"

Changelog.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ 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+
## [4.4.5]
10+
### Fixed
11+
- Fixed incorrect check in "Invalid file name" diagnostic.
12+
913
## [4.4.4]
1014
### Added
1115
- Implemented "Invalid file name" diagnostic, to detect files with invalid characters (according to Windows) in their names.
@@ -1599,7 +1603,9 @@ If you're looking for the changes included in the latest beta (against the lates
15991603
## [2.1.4] - 2020-08-15
16001604
- For this update and older ones, check the release page.
16011605

1602-
[Unreleased]: https://github.com/Frodo45127/rpfm/compare/v4.4.3...HEAD
1606+
[Unreleased]: https://github.com/Frodo45127/rpfm/compare/v4.4.5...HEAD
1607+
[4.4.5]: https://github.com/Frodo45127/rpfm/compare/v4.4.4...v4.4.5
1608+
[4.4.4]: https://github.com/Frodo45127/rpfm/compare/v4.4.3...v4.4.4
16031609
[4.4.3]: https://github.com/Frodo45127/rpfm/compare/v4.4.2...v4.4.3
16041610
[4.4.2]: https://github.com/Frodo45127/rpfm/compare/v4.4.1...v4.4.2
16051611
[4.4.1]: https://github.com/Frodo45127/rpfm/compare/v4.4.0...v4.4.1

0 commit comments

Comments
 (0)