Skip to content

v0.1.9 — tag-driven versioning

Latest

Choose a tag to compare

@willwade willwade released this 22 Aug 10:49
ad94278

What's Changed

  • feat: derive versionName/versionCode from the v* tag by @willwade in #21

Notable changes

  • Tag-driven versioning: versionName now comes from git describe --tags --match v* (tag builds report the tag exactly; dev builds 0.1.9-1-g1a2b3c4) and versionCode from 1000 + commit count — no more manual bumps (versionName sat at "0.1.0" for eight releases before #20 caught it). The release workflow now verifies the APK's versionName equals the tag before publishing, so a mislabelled APK can never ship.
  • First release built entirely by the new gate: this APK reports 0.1.9 / versionCode 1062.

Full Changelog: v0.1.8...v0.1.9

What's Changed

  • feat: derive versionName/versionCode from the v* tag by @willwade in #21

Full Changelog: v0.1.8...v0.1.9