Skip to content

Commit

Permalink
bump to version 0.1.1 - fixing dune version issue
Browse files Browse the repository at this point in the history
  • Loading branch information
haochenx committed Feb 11, 2023
1 parent 805b77d commit 075fc01
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 0.1.1 of prr (tag: [0.1.1](https://github.com/kxcdev/prr/releases/tag/0.1.1))
- attempt to fix opam CI reported issue
- change to (lang dune 2.7) in dune-project

## Version 0.1.0 of prr (tag: [0.1.0](https://github.com/kxcdev/prr/releases/tag/0.1.0))
- first release of this [fork](https://github.com/kxcdev/prr)

Expand Down
4 changes: 2 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(lang dune 2.0)
(lang dune 2.7)
(name prr)
(version 0.1.0)
(version 0.1.1)

(license ISC)
(maintainers "Haochen Xie <[email protected]>" "KXC Members <[email protected]>")
Expand Down
7 changes: 4 additions & 3 deletions prr.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.1.0"
version: "0.1.1"
synopsis: "A fork of brr, sans browser-only APIs"
description:
"A fork of brr, sans browser-only APIs; see https://github.com/kxcdev/prr and https://github.com/dbuenzli/brr for details"
Expand All @@ -10,13 +10,14 @@ license: "ISC"
homepage: "https://github.com/kxcdev/prr"
bug-reports: "https://github.com/kxcdev/prr/issues"
depends: [
"dune" {>= "2.0"}
"dune" {>= "2.7"}
"ocaml" {>= "4.08.0"}
"js_of_ocaml" {>= "4.0.0"}
"js_of_ocaml-compiler" {>= "4.0.0"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {pinned}
["dune" "subst"] {dev}
[
"dune"
"build"
Expand Down

0 comments on commit 075fc01

Please sign in to comment.