From a378517fb5189d8e023f3f041a10e3cd61b1ce99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20Roch=C3=A9?= Date: Sat, 16 Feb 2019 05:53:23 +0000 Subject: [PATCH] release 2.0.1 --- CHANGES.md | 2 +- junit.opam | 1 - junit_alcotest.opam | 1 - junit_ounit.opam | 1 - 4 files changed, 1 insertion(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 4e65b25..3261480 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -## UNRELEASED +## 2.0.1 (2019-02-16) - remove pkg - migrate to opam 2 diff --git a/junit.opam b/junit.opam index f5ea3d4..ef6eea2 100644 --- a/junit.opam +++ b/junit.opam @@ -20,6 +20,5 @@ build: [ ["dune" "build" "-p" name "-j" jobs] {with-doc} ] name: "junit" -version: "dev" synopsis: "JUnit XML reports generation library" description: "JUnit XML reports generation library" diff --git a/junit_alcotest.opam b/junit_alcotest.opam index 455b601..85c540a 100644 --- a/junit_alcotest.opam +++ b/junit_alcotest.opam @@ -19,6 +19,5 @@ build: [ ["dune" "build" "-p" name "-j" jobs] {with-doc} ] name: "junit_alcotest" -version: "dev" synopsis: "JUnit XML reports generation for alcotest tests" description: "JUnit XML reports generation for alcotest tests" diff --git a/junit_ounit.opam b/junit_ounit.opam index 11802e5..7242372 100644 --- a/junit_ounit.opam +++ b/junit_ounit.opam @@ -19,6 +19,5 @@ build: [ ["dune" "build" "-p" name "-j" jobs] {with-doc} ] name: "junit_ounit" -version: "dev" synopsis: "JUnit XML reports generation for OUnit tests" description: "JUnit XML reports generation for OUnit tests"