-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version bump to 0.6.0 for dune-release lint fixups.
- Loading branch information
J. Aaron Pendergrass
committed
Mar 17, 2022
1 parent
9aed52a
commit 0de05b5
Showing
3 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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)) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"} | ||
|
@@ -33,3 +32,4 @@ build: [ | |
"@doc" {with-doc} | ||
] | ||
] | ||
dev-repo: "git+https://github.com/jhuapl-saralab/openapi-ocaml.git" |