diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-08-20 22:40:54 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-08-20 22:40:54 +0200 |
| commit | 87d528d379b7d031731f0bb7e9daa52fe036ff6a (patch) | |
| tree | c571c92a6cd0dd40d2efba95831656c4306d4ed6 | |
| parent | f73bd5d0e33146c24af1e98bf9ea26bd8cbf004b (diff) | |
| download | colitur-0.9.0.tar.gz colitur-0.9.0.zip | |
chore: v0.9.0v0.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.
| -rw-r--r-- | bin/main.ml | 2 | ||||
| -rw-r--r-- | colitur.opam | 2 | ||||
| -rw-r--r-- | 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) |
