From 242e3ec1257a25b0ac5ec89341995ca77efee41b Mon Sep 17 00:00:00 2001 From: Martin Jambon Date: Tue, 17 May 2022 19:18:58 -0700 Subject: [PATCH] Release 2.7.0 --- CHANGES.md | 2 +- atdgen.opam | 2 +- atdj.opam | 2 +- atdpy.opam | 2 +- atds.opam | 2 +- atdts.opam | 2 +- dune-project | 10 +++++----- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 24f56d86..1de6c305 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -Next release +2.7.0 (2022-05-17) ------------------ * Add ability to specify JSON/OCaml adapter with the arbitrary code diff --git a/atdgen.opam b/atdgen.opam index cc0bf09b..c95f48a1 100644 --- a/atdgen.opam +++ b/atdgen.opam @@ -73,7 +73,7 @@ bug-reports: "https://github.com/ahrefs/atd/issues" depends: [ "dune" {>= "2.8"} "ocaml" {>= "4.08"} - "atd" {>= "2.6.0"} + "atd" {>= "2.7.0"} "atdgen-runtime" {>= "2.0.0"} "atdgen-codec-runtime" {with-test} "biniou" {>= "1.0.6"} diff --git a/atdj.opam b/atdj.opam index 3f84f164..29b2d644 100644 --- a/atdj.opam +++ b/atdj.opam @@ -77,7 +77,7 @@ bug-reports: "https://github.com/ahrefs/atd/issues" depends: [ "dune" {>= "2.8"} "ocaml" {>= "4.08"} - "atd" {>= "2.3.0"} + "atd" {>= "2.7.0"} "re" "odoc" {with-doc} ] diff --git a/atdpy.opam b/atdpy.opam index 3bd9b387..46d5fc1a 100644 --- a/atdpy.opam +++ b/atdpy.opam @@ -63,7 +63,7 @@ bug-reports: "https://github.com/ahrefs/atd/issues" depends: [ "dune" {>= "2.8"} "ocaml" {>= "4.08"} - "atd" {>= "2.6.0"} + "atd" {>= "2.7.0"} "cmdliner" {>= "1.1.0"} "re" "alcotest" {with-test} diff --git a/atds.opam b/atds.opam index 77ca0850..ab0ed21f 100644 --- a/atds.opam +++ b/atds.opam @@ -63,7 +63,7 @@ bug-reports: "https://github.com/ahrefs/atd/issues" depends: [ "dune" {>= "2.8"} "ocaml" {>= "4.08"} - "atd" {>= "2.3.0"} + "atd" {>= "2.7.0"} "odoc" {with-doc} ] dev-repo: "git+https://github.com/ahrefs/atd.git" diff --git a/atdts.opam b/atdts.opam index 39d27645..2a67c5b5 100644 --- a/atdts.opam +++ b/atdts.opam @@ -63,7 +63,7 @@ bug-reports: "https://github.com/ahrefs/atd/issues" depends: [ "dune" {>= "2.8"} "ocaml" {>= "4.08"} - "atd" {>= "2.6.0"} + "atd" {>= "2.7.0"} "cmdliner" {>= "1.1.0"} "re" "alcotest" {with-test} diff --git a/dune-project b/dune-project index 3bd8bdf6..5b816d8d 100644 --- a/dune-project +++ b/dune-project @@ -95,7 +95,7 @@ formats. ")) (name atdgen) (depends (ocaml (>= 4.08)) - (atd (>= 2.6.0)) + (atd (>= 2.7.0)) (atdgen-runtime (>= 2.0.0)) (atdgen-codec-runtime :with-test) (biniou (>= 1.0.6)) @@ -148,7 +148,7 @@ specification. automatically handled") (depends (ocaml (>= 4.08)) - (atd (>= 2.3.0)) + (atd (>= 2.7.0)) re (odoc :with-doc))) @@ -158,7 +158,7 @@ automatically handled") (description "ATD Code generator for Scala") (depends (ocaml (>= 4.08)) - (atd (>= 2.3.0)) + (atd (>= 2.7.0)) (odoc :with-doc))) (package @@ -167,7 +167,7 @@ automatically handled") (description "Python/mypy code generation for ATD APIs") (depends (ocaml (>= 4.08)) - (atd (>= 2.6.0)) + (atd (>= 2.7.0)) (cmdliner (>= 1.1.0)) re (alcotest :with-test) @@ -190,7 +190,7 @@ bucklescript backend") (description "TypeScript code generation for ATD APIs") (depends (ocaml (>= 4.08)) - (atd (>= 2.6.0)) + (atd (>= 2.7.0)) (cmdliner (>= 1.1.0)) re (alcotest :with-test)