Skip to content

Commit

Permalink
Prepare release 2.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterDA committed Mar 22, 2023
1 parent d97fee5 commit 3c04648
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 14 deletions.
3 changes: 1 addition & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
## unreleased
## v2.2.7 - 2022-02-08

### Fixed

- Handle end of channel in Seq API.
#95, @Leonidas-from-XIV

Expand Down
7 changes: 4 additions & 3 deletions ounit-lwt.opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ https://github.com/gildor478/ounit#transition-to-ounit2
maintainer: ["Sylvain Le Gall <sylvaini+ocaml@le-gall.net>"]
authors: ["Sylvain Le Gall"]
license: "MIT"
homepage: "https://github.com/gildor467/ounit"
bug-reports: "https://github.com/gildor467/ounit/issues"
homepage: "https://github.com/gildor478/ounit"
doc: "https://gildor478.github.io/ounit"
bug-reports: "https://github.com/gildor478/ounit/issues"
depends: [
"ocamlfind" {build}
"ounit2-lwt" {= version}
]
install: [
[make "install-ounit-lwt" "version=%{version}%"]
]
dev-repo: "git+https://github.com/gildor467/ounit.git"
dev-repo: "git+https://github.com/gildor478/ounit.git"
7 changes: 4 additions & 3 deletions ounit.opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ https://github.com/gildor478/ounit#transition-to-ounit2
maintainer: ["Sylvain Le Gall <sylvaini+ocaml@le-gall.net>"]
authors: ["Sylvain Le Gall"]
license: "MIT"
homepage: "https://github.com/gildor467/ounit"
bug-reports: "https://github.com/gildor467/ounit/issues"
homepage: "https://github.com/gildor478/ounit"
doc: "https://gildor478.github.io/ounit"
bug-reports: "https://github.com/gildor478/ounit/issues"
depends: [
"ocamlfind" {build}
"ounit2" {= version}
]
install: [
[make "install-ounit" "version=%{version}%"]
]
dev-repo: "git+https://github.com/gildor467/ounit.git"
dev-repo: "git+https://github.com/gildor478/ounit.git"
7 changes: 4 additions & 3 deletions ounit2-lwt.opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ This library contains helper functions for building Lwt tests using OUnit.
maintainer: ["Sylvain Le Gall <sylvaini+ocaml@le-gall.net>"]
authors: ["Sylvain Le Gall"]
license: "MIT"
homepage: "https://github.com/gildor467/ounit"
bug-reports: "https://github.com/gildor467/ounit/issues"
homepage: "https://github.com/gildor478/ounit"
doc: "https://gildor478.github.io/ounit"
bug-reports: "https://github.com/gildor478/ounit/issues"
depends: [
"dune" {>= "3.0"}
"ocaml" {>= "4.04.0"}
Expand All @@ -29,4 +30,4 @@ build: [
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/gildor467/ounit.git"
dev-repo: "git+https://github.com/gildor478/ounit.git"
7 changes: 4 additions & 3 deletions ounit2.opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ other XUnit testing frameworks.
maintainer: ["Sylvain Le Gall <sylvaini+ocaml@le-gall.net>"]
authors: ["Maas-Maarten Zeeman" "Sylvain Le Gall"]
license: "MIT"
homepage: "https://github.com/gildor467/ounit"
bug-reports: "https://github.com/gildor467/ounit/issues"
homepage: "https://github.com/gildor478/ounit"
doc: "https://gildor478.github.io/ounit"
bug-reports: "https://github.com/gildor478/ounit/issues"
depends: [
"dune" {>= "3.0"}
"ocaml" {>= "4.04.0"}
Expand All @@ -32,4 +33,4 @@ build: [
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/gildor467/ounit.git"
dev-repo: "git+https://github.com/gildor478/ounit.git"

0 comments on commit 3c04648

Please sign in to comment.