From 0de05b5b772c20ed5c08b7da372b683e1ae1e5b9 Mon Sep 17 00:00:00 2001 From: "J. Aaron Pendergrass" Date: Thu, 17 Mar 2022 08:53:28 -0400 Subject: [PATCH] Version bump to 0.6.0 for dune-release lint fixups. --- CHANGES | 3 +++ dune-project | 4 ++-- openapi.opam | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 CHANGES diff --git a/CHANGES b/CHANGES new file mode 100644 index 0000000..4d843ea --- /dev/null +++ b/CHANGES @@ -0,0 +1,3 @@ +## v0.6.0 (2022-023-17) +### Added +- Meta files for dune release diff --git a/dune-project b/dune-project index a0928d3..5bb6bb4 100644 --- a/dune-project +++ b/dune-project @@ -35,15 +35,15 @@ (package (name openapi) - (version 0.5.0) + (version 0.6.0) (synopsis "Openapi documentation generation for Opium") (description "Shim layer around Opium.App (https://github.com/rgrinberg/opium/) for producing Openapi documentation pages") (license "BSD-3-Clause") (authors "J. Aaron Pendergrass ") (maintainers "J. Aaron Pendergrass ") (homepage "https://github.com/jhuapl-saralab/openapi-ocaml") + (source (github "jhuapl-saralab/openapi-ocaml")) (bug_reports "https://github.com/jhuapl-saralab/openapi-ocaml/issues") - (documentation "https://github.com/jhuapl-saralab/openapi-ocaml") (depends (opium (= 0.20.0)) (yojson (= 1.7.0)) diff --git a/openapi.opam b/openapi.opam index becbd8a..6736731 100644 --- a/openapi.opam +++ b/openapi.opam @@ -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: "Openapi documentation generation for Opium" description: "Shim layer around Opium.App (https://github.com/rgrinberg/opium/) for producing Openapi documentation pages" @@ -8,7 +8,6 @@ maintainer: ["J. Aaron Pendergrass "] authors: ["J. Aaron Pendergrass "] license: "BSD-3-Clause" homepage: "https://github.com/jhuapl-saralab/openapi-ocaml" -doc: "https://github.com/jhuapl-saralab/openapi-ocaml" bug-reports: "https://github.com/jhuapl-saralab/openapi-ocaml/issues" depends: [ "dune" {>= "2.8"} @@ -33,3 +32,4 @@ build: [ "@doc" {with-doc} ] ] +dev-repo: "git+https://github.com/jhuapl-saralab/openapi-ocaml.git"