Bump version to 0.6.0

Changelog:
* Catala as a proof platform (Z3 backend, safety checks)
* More expressivity for exceptions
* Multiple states for one variable
* Build system relying on ninja-build
* Better debug printers
* Alternative compilation mode without try ... with exceptions
This commit is contained in:
Denis Merigoux 2022-03-07 19:35:56 +01:00
parent fe477ae006
commit 8fb681baa1
No known key found for this signature in database
GPG Key ID: EE99DCFA365C3EE3
5 changed files with 20 additions and 27 deletions

View File

@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.5.0"
version: "0.6.0"
synopsis:
"Compiler and library for the literate programming language for tax code specification"
description: """

View File

@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.5.0"
version: "0.6.0"
synopsis: """
Build system for Catala, a specification language for tax and social
benefits computation rules"""

View File

@ -2,7 +2,7 @@
(name catala)
(version 0.5.0)
(version 0.6.0)
(generate_opam_files true)
@ -16,12 +16,12 @@
(bug_reports https://github.com/CatalaLang/catala/issues)
(authors
"Denis Merigoux"
"Nicolas Chataing"
"Emile Rolley"
"Louis Gesbert"
"Aymeric Fromherz"
"Alain Delaët-Tixeuil")
"Denis Merigoux"
"Nicolas Chataing"
"Emile Rolley"
"Louis Gesbert"
"Aymeric Fromherz"
"Alain Dela\195\171t-Tixeuil")
(maintainers "contact@catala-lang.org")
@ -75,8 +75,8 @@
(obelisk :dev)
(alcotest
(and
:with-test
(>= 1.5.0)))
:with-test
(>= 1.5.0)))
(ocamlformat
(and
:dev
@ -88,9 +88,7 @@
(synopsis
"A collection of algorithms and computations defined by French law")
(description
"This library contains the implementations of algorithmic portions of French
law. The library source code was generated from Catala annotations of the
relevant portions of the French law, see https://catala-lang.org")
"This library contains the implementations of algorithmic portions of French\n law. The library source code was generated from Catala annotations of the\n relevant portions of the French law, see https://catala-lang.org")
(depends
(ocaml
(>= 4.11.0))
@ -102,11 +100,9 @@
(name clerk)
(authors "Emile Rolley" "Denis Merigoux")
(synopsis
"Build system for Catala, a specification language for tax and social
benefits computation rules")
"Build system for Catala, a specification language for tax and social\n benefits computation rules")
(description
"Clerk is a build system for Catala, a specification language for tax and social
benefits computation rules, see https://catala-lang.org")
"Clerk is a build system for Catala, a specification language for tax and social\n benefits computation rules, see https://catala-lang.org")
(depends
(ocaml
(>= 4.11.0))
@ -118,8 +114,8 @@
(>= 0.8.2))
(alcotest
(and
:with-test
(>= 1.5.0)))
:with-test
(>= 1.5.0)))
(catala
(= :version))))
@ -129,14 +125,11 @@
(synopsis
"A collection of utility functions used to generate Ninja build files")
(description
"This library contains the implementations of utility functions used to
generate Ninja build files -- see https://ninja-build.org. It's currently
used by the Catala build system (see
https://github.com/CatalaLang/catala/tree/master/build_system)")
"This library contains the implementations of utility functions used to\n generate Ninja build files -- see https://ninja-build.org. It's currently\n used by the Catala build system (see\n https://github.com/CatalaLang/catala/tree/master/build_system)")
(depends
(ocaml
(>= 4.11.0))
(re
(>= 1.10.3))))
(>= 1.10.3))))
(using menhir 2.1)

View File

@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.5.0"
version: "0.6.0"
synopsis: "A collection of algorithms and computations defined by French law"
description: """
This library contains the implementations of algorithmic portions of French

View File

@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.5.0"
version: "0.6.0"
synopsis:
"A collection of utility functions used to generate Ninja build files"
description: """