aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukas@labunix.xyz>2026-07-29 21:46:26 +0200
committerLukasz Kasprzak <lukas@labunix.xyz>2026-07-29 21:46:26 +0200
commitddaf8f63bc0e77930da4762fc31afa1c9d439b05 (patch)
tree223790651e9bda8d97861f4c646f6a636e977cca /CHANGELOG.md
parentfdaacff5f797a46300c34a0eb7a14f3ba7835786 (diff)
downloadlectio-ddaf8f63bc0e77930da4762fc31afa1c9d439b05.tar.gz
lectio-ddaf8f63bc0e77930da4762fc31afa1c9d439b05.zip
build: add ci + release targets, a pre-push hook, and a CHANGELOG
Process hygiene so the version never silently drifts again and the two build-tag test sets stay green. - `make ci`: gofmt-clean + go vet + `go test ./...` (default tags) AND `make test` (-tags fullbible + corpus checks). The default-tag suite is easy to forget (only fullbible embeds the corpora), so ci runs both. - scripts/hooks/pre-push + `make install-hooks`: run `make ci` before any push (bypass with --no-verify). - `make release VERSION=x.y.z`: refuse a dirty tree or a missing CHANGELOG entry, bump const Version, run ci, commit, and tag vX.Y.Z (prints the push command -- publishing stays a manual choice). - CHANGELOG.md: terse, one line per release, starting at the first tags.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..206da85
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,10 @@
+# Changelog
+
+One line per release. Versions are git tags (`vX.Y.Z`); tagging began at 0.45.0,
+so earlier history lives only in the git log.
+
+## [0.45.1] - 2026-07-29
+- Printed month calendar names the form in full: "traditional roman calendar" / "novus ordo calendar".
+
+## [0.45.0] - 2026-07-29
+- Any-language localisation (day/saint names + UI chrome as data), bible-corpora licence split (only the Vulgate embedded; wuj/drb/grb opt-in), EF Polish sanctoral complete, web top-bar rework.