Skip to content

Commit

Permalink
Version bump to 0.6.0 for dune-release lint fixups.
Browse files Browse the repository at this point in the history
  • Loading branch information
J. Aaron Pendergrass committed Mar 17, 2022
1 parent 9aed52a commit 0de05b5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## v0.6.0 (2022-023-17)
### Added
- Meta files for dune release
4 changes: 2 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>")
(maintainers "J. Aaron Pendergrass <[email protected]>")
(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))
Expand Down
4 changes: 2 additions & 2 deletions openapi.opam
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# 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"
maintainer: ["J. Aaron Pendergrass <[email protected]>"]
authors: ["J. Aaron Pendergrass <[email protected]>"]
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"}
Expand All @@ -33,3 +32,4 @@ build: [
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/jhuapl-saralab/openapi-ocaml.git"

0 comments on commit 0de05b5

Please sign in to comment.