diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-28 01:07:23 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-28 01:07:23 +0200 |
| commit | c33158ed31d46e9bed76f01223f6718da3b4da21 (patch) | |
| tree | 44611f0ebf946b01f54288093fe4d712747c7e20 | |
| parent | b12d59b094246163a75f4a4f5ce7f9fb487614bf (diff) | |
| download | lectio-c33158ed31d46e9bed76f01223f6718da3b4da21.tar.gz lectio-c33158ed31d46e9bed76f01223f6718da3b4da21.zip | |
chore: bump to 0.37.0 + NOTICE credit for OF sanctoral (calapi)
| -rw-r--r-- | NOTICE | 8 | ||||
| -rw-r--r-- | internal/config/config.go | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -26,6 +26,14 @@ compiled from, respectively, missalemeum.com (Divinum Officium data) and niedziela.pl. Only the references were taken; the reading TEXT is rendered from the public-domain corpora below — no copyrighted translation is redistributed. +OF sanctoral calendar +--------------------- +The Ordinary Form universal sanctoral in internal/caldata/roman-calendar.ini was +generated (scripts/gen-sanctoral.go) from the General Roman Calendar published by +calapi.inadiutorium.cz (calendarium-romanum project) -- English/Latin names, rank +and colour -- with Polish names from niedziela.pl. The data as committed is +lectio's own. + Scripture corpora — deuterocanon -------------------------------- The deuterocanonical books added to the Vulgate (vul) and Douay-Rheims (drb) diff --git a/internal/config/config.go b/internal/config/config.go index b29c16c..aadf160 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -63,7 +63,7 @@ const configHeader = `# lectio configuration (INI). Full-line comments only (# o // Version is lectio's release version, shared by every binary's // -v/--version output (lectio, lectio-ui, lectio-web). -const Version = "0.36.0" +const Version = "0.37.0" // validVersions are the five scripture versions lectio understands. var validVersions = map[string]bool{ |
