-
Notifications
You must be signed in to change notification settings - Fork 0
chore: bump version to 0.12.2 #20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -20,7 +20,7 @@ members = [ | |
| # embed in `FInstall.txt`'s `maxima_lib_version` field, and | ||
| # `maxima-resources` is a build-time helper crate). | ||
| [workspace.package] | ||
| version = "0.12.1" | ||
| version = "0.12.2" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If the bug fixes for #19 (such as the |
||
|
|
||
| [profile.release] | ||
| strip = true | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -152,7 +152,7 @@ | |
| !define PRODUCT_NAME "Maxima" | ||
| !define PRODUCT_PUBLISHER "Armchair Developers" | ||
| !define PRODUCT_WEB_SITE "https://github.com/ArmchairDevelopers/Maxima" | ||
| !define PRODUCT_VERSION "0.12.1" | ||
| !define PRODUCT_VERSION "0.12.2" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It is recommended to add version metadata to the installer's resource table using There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Consider adding version metadata to the installer executable. This ensures that the file properties (Right-click -> Details) correctly display the version, product name, and publisher information in Windows Explorer. Note that |
||
| !define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}" | ||
| !define PRODUCT_UNINST_ROOT_KEY "HKLM" | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bumping the workspace version without updating
Cargo.lockleads to an out-of-sync state that breaks CI builds using--locked. Additionally, sincemaxima-libpins its own version (lines 18-21) forFInstall.txt, its version will remain at0.12.1unless explicitly bumped, potentially resulting in incorrect version reporting for the fixes mentioned in the PR description.