v0.3.1: automated releases + version-drift check

The "Automated releases" entry was written under v0.3.0, but that commit landed
after the v0.3.0 tag -- the CHANGELOG was claiming the release contained something
it did not. Moved to its own version rather than left as a quiet inaccuracy.

Bumps VERSION to 0.3.1 across all four scripts, which the new consistency check
now enforces.
This commit is contained in:
flan
2026-07-13 15:07:29 +00:00
parent eb91a337cd
commit ba533dc8ae
6 changed files with 31 additions and 14 deletions
+6 -2
View File
@@ -6,8 +6,12 @@ name: Release
#
# git tag -a v0.4.0 -m "v0.4.0" && git push origin v0.4.0
#
# workflow_dispatch exists to create a release for a tag that already exists
# (backfilling history), since re-pushing an existing tag triggers nothing.
# workflow_dispatch re-cuts (or updates) the release for a tag that already
# exists, since re-pushing an existing tag triggers nothing.
#
# It checks out the TAG, because the tagged code is what people install and it has
# to pass its own tests. That means it only works for tags that actually contain
# this tooling (>= v0.3.0). Tags older than that were backfilled by hand.
on:
push: