Skip to content

Commit a378517

Browse files
committed
release 2.0.1
1 parent 764ec4f commit a378517

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

CHANGES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## UNRELEASED
1+
## 2.0.1 (2019-02-16)
22

33
- remove pkg
44
- migrate to opam 2

junit.opam

-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,5 @@ build: [
2020
["dune" "build" "-p" name "-j" jobs] {with-doc}
2121
]
2222
name: "junit"
23-
version: "dev"
2423
synopsis: "JUnit XML reports generation library"
2524
description: "JUnit XML reports generation library"

junit_alcotest.opam

-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,5 @@ build: [
1919
["dune" "build" "-p" name "-j" jobs] {with-doc}
2020
]
2121
name: "junit_alcotest"
22-
version: "dev"
2322
synopsis: "JUnit XML reports generation for alcotest tests"
2423
description: "JUnit XML reports generation for alcotest tests"

junit_ounit.opam

-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,5 @@ build: [
1919
["dune" "build" "-p" name "-j" jobs] {with-doc}
2020
]
2121
name: "junit_ounit"
22-
version: "dev"
2322
synopsis: "JUnit XML reports generation for OUnit tests"
2423
description: "JUnit XML reports generation for OUnit tests"

0 commit comments

Comments
 (0)