Commit graph

3 commits

Author SHA1 Message Date
92c2ffa9cd Makes build number increment conditional
Introduces an `increment` Cargo feature to control the automatic incrementing of the build number during the build process.

This change prevents the build number from incrementing on every build, providing more control for local development and specific release scenarios. The build number will now only increment when the `increment` feature is explicitly enabled.

Adds `cargo:rerun-if-changed=src/` to ensure the build script re-runs when source files change.
2026-02-28 08:07:07 +00:00
76d1311440 Bumps build number to 102
Reflects the latest successful build iteration for the project.
2026-02-28 07:40:26 +00:00
c201f40d65 Implements automated build numbering
Introduces a build script to automatically increment a build number with each compilation.
This number is combined with the semantic version to create a full version string.
The full version is then exposed to the application and logged at startup, providing a unique identifier for each build to aid in tracking and debugging.
2026-02-28 07:39:45 +00:00