Skip to content

Commit

Permalink
changes for 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Jul 26, 2022
1 parent 8a5e90e commit ef2d94e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v2.2.0 (2022-07-26)

* Fix crash if watch quto is exceeded (#47 @talex5)
* Switch to ounit2 (#49 @Alessandro-Barbieri)
* Add license to opam metadata (#48 @psafont)

## 2.1.1 (2019-11-24)

* Do not open Pervasives unnecessarily. Avoids a warning on
Expand Down
2 changes: 1 addition & 1 deletion xenstore.opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ depends: [
"ounit2" {with-test}
]
build: [
["dune" "subst"] {pinned}
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
Expand Down

0 comments on commit ef2d94e

Please sign in to comment.