Skip to content

Commit

Permalink
Release 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mjambon committed May 18, 2022
1 parent e9cccc2 commit 242e3ec
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Next release
2.7.0 (2022-05-17)
------------------

* Add ability to specify JSON/OCaml adapter with the arbitrary code
Expand Down
2 changes: 1 addition & 1 deletion atdgen.opam
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down
2 changes: 1 addition & 1 deletion atdj.opam
Original file line number Diff line number Diff line change
Expand Up @@ -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}
]
Expand Down
2 changes: 1 addition & 1 deletion atdpy.opam
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion atds.opam
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion atdts.opam
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
10 changes: 5 additions & 5 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down Expand Up @@ -148,7 +148,7 @@ specification.
automatically handled")
(depends
(ocaml (>= 4.08))
(atd (>= 2.3.0))
(atd (>= 2.7.0))
re
(odoc :with-doc)))

Expand All @@ -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
Expand All @@ -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)
Expand All @@ -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)
Expand Down

0 comments on commit 242e3ec

Please sign in to comment.