lay uses the patch version as a public release counter:
0.1.<public-release-number>
Git does not store reliable "push event" history in the repository, so the
project treats each pushed public release commit as one version step. The bump
script increments the current Cargo.toml patch number; it does not derive the
number from git rev-list.
Current publication branch version:
0.2.252
Do not rely on commit counts. Before publishing or pushing, run the bump script or verify the version fields manually.
Before each push or local release:
scripts/bump-lay-version.shIf the version was already bumped but the GNOME tray/runtime is stale:
scripts/bump-lay-version.sh --sync-onlyThe version must be updated in:
Cargo.tomlCargo.lockextension/lay@radislabus-star.github.io/metadata.jsonextension/lay@radislabus-star.github.io/lay-impl.js