Skip to content

Commit d1bcc0a

Browse files
committed
Bump version number at 1.1.0
1 parent a90edeb commit d1bcc0a

File tree

7 files changed

+18
-6
lines changed

7 files changed

+18
-6
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ abstract: >-
6666
faithful-by-construction algorithms from
6767
legislative texts.
6868
license: Apache-2.0
69-
version: 1.0.1
69+
version: 1.1.0
7070
date-released: "2026-02-05"

build_system/manpages.sexp

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
11
(rule (alias man) (action (with-stdout-to clerk.1 (run %{bin:clerk} --help=groff))))
2+
(rule (alias man) (action (with-stdout-to clerk-build.1 (run %{bin:clerk} build --help=groff))))
3+
(rule (alias man) (action (with-stdout-to clerk-ci.1 (run %{bin:clerk} ci --help=groff))))
4+
(rule (alias man) (action (with-stdout-to clerk-clean.1 (run %{bin:clerk} clean --help=groff))))
5+
(rule (alias man) (action (with-stdout-to clerk-json-schema.1 (run %{bin:clerk} json-schema --help=groff))))
6+
(rule (alias man) (action (with-stdout-to clerk-list-vars.1 (run %{bin:clerk} list-vars --help=groff))))
7+
(rule (alias man) (action (with-stdout-to clerk-raw-target.1 (run %{bin:clerk} raw-target --help=groff))))
8+
(rule (alias man) (action (with-stdout-to clerk-report.1 (run %{bin:clerk} report --help=groff))))
9+
(rule (alias man) (action (with-stdout-to clerk-run.1 (run %{bin:clerk} run --help=groff))))
10+
(rule (alias man) (action (with-stdout-to clerk-runtest.1 (run %{bin:clerk} runtest --help=groff))))
11+
(rule (alias man) (action (with-stdout-to clerk-start.1 (run %{bin:clerk} start --help=groff))))
12+
(rule (alias man) (action (with-stdout-to clerk-test.1 (run %{bin:clerk} test --help=groff))))
13+
(rule (alias man) (action (with-stdout-to clerk-typecheck.1 (run %{bin:clerk} typecheck --help=groff))))

catala.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ opam-version: "2.0"
33
# it uses a custom 'cataladevmode' variable and not the new --with-dev-setup flag
44
# (for both reasons of compatibility with older opam, and support in the 'depexts' section)
55

6-
version: "1.0.1"
6+
version: "1.1.0"
77
synopsis:
88
"Compiler and library for the literate programming language for tax code specification"
99
description: """

catala.opam.locked

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "2.0"
22
name: "catala"
3-
version: "1.0.1"
3+
version: "1.1.0"
44
synopsis:
55
"Compiler and library for the literate programming language for tax code specification"
66
description:

doc/syntax/cheat-sheet.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#let render_title(title, subtitle) = {
44
place(top+left, image("logo.svg", width: 30pt))
5-
place(top+right)[v1.0.1 pre · Révision \#1 · ⓒ #datetime.today().year()]
5+
place(top+right)[v1.1.0 · Révision \#1 · ⓒ #datetime.today().year()]
66
box(height:30pt, width:100%, align(horizon+center,{
77
upper(text(size:15pt, title))
88
h(30pt)

runtimes/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "catala-runtime"
33
description = "Runtime libraries needed to execute Catala programs compiled to Python"
4-
version = "1.0.1"
4+
version = "1.1.0"
55
dependencies = [
66
"gmpy2 ~= 2.2.0rc1",
77
"typing",

runtimes/rescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@catala-lang/rescript-catala",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "ReScript wrapper for the Catala runtime",
55
"scripts": {
66
"clean": "rescript clean",

0 commit comments

Comments
 (0)