From 87d528d379b7d031731f0bb7e9daa52fe036ff6a Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Thu, 20 Aug 2026 22:40:54 +0200 Subject: chore: v0.9.0 Robustness and hackability pass over the shipped program. The citation parser is strict about numbers, four pairs of books no longer share a full title, shipped styles re-parse their own output, and overlay errors are written for the person editing the file rather than for a compiler author. colitur-templates(5) already refers to "before colitur 0.9" for the month-key change, so the version moves with it. --- bin/main.ml | 2 +- colitur.opam | 2 +- dune-project | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/main.ml b/bin/main.ml index b1d9cac..51c4989 100644 --- a/bin/main.ml +++ b/bin/main.ml @@ -1138,7 +1138,7 @@ let publish_report ~lang ~sigla ~from_y ~to_y ~out ~overlays ~dtstamp ~prune = same reason. Deliberately NOT embedded in [help_text]: the cram test pins help's first line, and a version in it would make every release edit a test expectation for no gain. *) -let version = "0.8.0" +let version = "0.9.0" let help_text = {|colitur -- deterministic liturgical calendar engine (Roman rite, 1962) diff --git a/colitur.opam b/colitur.opam index 4b2859f..e0624f4 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.8.0" +version: "0.9.0" synopsis: "Deterministic liturgical calendar engine (computus liturgicus)" depends: [ "ocaml" diff --git a/dune-project b/dune-project index b182ada..e55b99a 100644 --- a/dune-project +++ b/dune-project @@ -1,6 +1,6 @@ (lang dune 3.0) (name colitur) -(version 0.8.0) +(version 0.9.0) (generate_opam_files true) (cram enable) -- cgit v1.3