summaryrefslogtreecommitdiff
path: root/colitur.opam
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukas@labunix.xyz>2026-08-17 21:00:17 +0200
committerLukasz Kasprzak <lukas@labunix.xyz>2026-08-17 21:00:17 +0200
commitd8ce8c3806111e1d1ba54d2ef99a8ae550c7567b (patch)
tree90ce70d45eb104d642c3a1375f8c97b8853eb21f /colitur.opam
parent301b9abd8e47e487dc5159d49d8e2432bc62488c (diff)
downloadcolitur-0.2.0.tar.gz
colitur-0.2.0.zip
test(cli): pin the version's shape, not its literalv0.2.0
The release target bumps bin/main.ml and dune-project, but cli.t pinned the literal too, so cutting 0.2.0 failed `make check` on a cram diff that was purely the bump working correctly. Every release would have had to edit a test for no gain. The shape is asserted here instead. The value is already checked where it can actually drift: the release target requires the freshly built binary to report the version it just wrote.
Diffstat (limited to 'colitur.opam')
-rw-r--r--colitur.opam2
1 files changed, 1 insertions, 1 deletions
diff --git a/colitur.opam b/colitur.opam
index 12d0e2b..98b3242 100644
--- a/colitur.opam
+++ b/colitur.opam
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
-version: "0.1.0"
+version: "0.2.0"
synopsis: "Deterministic liturgical calendar engine (computus liturgicus)"
depends: [
"ocaml"