From 3c0464871690562b93bd2501811d5a4b9821a5aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonin=20D=C3=A9cimo?= Date: Wed, 22 Mar 2023 11:22:46 +0100 Subject: [PATCH] Prepare release 2.2.7 --- CHANGES.md | 3 +-- ounit-lwt.opam | 7 ++++--- ounit.opam | 7 ++++--- ounit2-lwt.opam | 7 ++++--- ounit2.opam | 7 ++++--- 5 files changed, 17 insertions(+), 14 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index ae43289..55602dc 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,6 @@ -## unreleased +## v2.2.7 - 2022-02-08 ### Fixed - - Handle end of channel in Seq API. #95, @Leonidas-from-XIV diff --git a/ounit-lwt.opam b/ounit-lwt.opam index 1af4aa9..06a9ddc 100644 --- a/ounit-lwt.opam +++ b/ounit-lwt.opam @@ -7,8 +7,9 @@ https://github.com/gildor478/ounit#transition-to-ounit2 maintainer: ["Sylvain Le Gall "] 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} @@ -16,4 +17,4 @@ depends: [ 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" diff --git a/ounit.opam b/ounit.opam index 1249863..65f4597 100644 --- a/ounit.opam +++ b/ounit.opam @@ -7,8 +7,9 @@ https://github.com/gildor478/ounit#transition-to-ounit2 maintainer: ["Sylvain Le Gall "] 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} @@ -16,4 +17,4 @@ depends: [ install: [ [make "install-ounit" "version=%{version}%"] ] -dev-repo: "git+https://github.com/gildor467/ounit.git" +dev-repo: "git+https://github.com/gildor478/ounit.git" diff --git a/ounit2-lwt.opam b/ounit2-lwt.opam index a7f0e17..8b1cb1c 100644 --- a/ounit2-lwt.opam +++ b/ounit2-lwt.opam @@ -6,8 +6,9 @@ This library contains helper functions for building Lwt tests using OUnit. maintainer: ["Sylvain Le Gall "] 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"} @@ -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" diff --git a/ounit2.opam b/ounit2.opam index bf8891c..87cf5c8 100644 --- a/ounit2.opam +++ b/ounit2.opam @@ -9,8 +9,9 @@ other XUnit testing frameworks. maintainer: ["Sylvain Le Gall "] 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"} @@ -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"