From 48b6a15582bfb080fc8c1f129106c4ef88a6577a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 13:22:17 +0000 Subject: [PATCH 1/4] chore(main): release 0.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ tap2junit/__init__.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0f24e47..2be9c43 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.6" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e53ef22..96f5d76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # tap2junit changelog +## [0.2.0](https://github.com/nodejs/tap2junit/compare/v0.1.6...v0.2.0) (2024-06-17) + + +### Features + +* add missing release-please files ([efaf634](https://github.com/nodejs/tap2junit/commit/efaf634126c82edb551b89391a86a9bf8d56dca5)) + ### 0.1.6 * Support for parsing YAML blocks * Add option to override test suite name diff --git a/tap2junit/__init__.py b/tap2junit/__init__.py index 0a8da88..d3ec452 100644 --- a/tap2junit/__init__.py +++ b/tap2junit/__init__.py @@ -1 +1 @@ -__version__ = "0.1.6" +__version__ = "0.2.0" From aab230cf411945d717401a33e551d095bc97d90e Mon Sep 17 00:00:00 2001 From: Moshe Atlow Date: Mon, 17 Jun 2024 16:25:01 +0300 Subject: [PATCH 2/4] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96f5d76..7614caa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ * add missing release-please files ([efaf634](https://github.com/nodejs/tap2junit/commit/efaf634126c82edb551b89391a86a9bf8d56dca5)) +### Fixes + +fix missing stack property ([4ddd24](https://github.com/nodejs/tap2junit/commit/4ddd2472a94b6153d7f298fc63fde04980903f66)) ### 0.1.6 * Support for parsing YAML blocks * Add option to override test suite name From f8b857fab1d7449bbd181dc1be3c0b3b209fd53d Mon Sep 17 00:00:00 2001 From: Moshe Atlow Date: Mon, 17 Jun 2024 16:25:19 +0300 Subject: [PATCH 3/4] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7614caa..9e3b7bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ ### Fixes fix missing stack property ([4ddd24](https://github.com/nodejs/tap2junit/commit/4ddd2472a94b6153d7f298fc63fde04980903f66)) + ### 0.1.6 * Support for parsing YAML blocks * Add option to override test suite name From a5f70ce8283369e9151be4b5364c29f2ea921987 Mon Sep 17 00:00:00 2001 From: Moshe Atlow Date: Mon, 17 Jun 2024 16:25:58 +0300 Subject: [PATCH 4/4] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e3b7bb..708c5b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ ### Fixes -fix missing stack property ([4ddd24](https://github.com/nodejs/tap2junit/commit/4ddd2472a94b6153d7f298fc63fde04980903f66)) +* fix missing stack property ([4ddd24](https://github.com/nodejs/tap2junit/commit/4ddd2472a94b6153d7f298fc63fde04980903f66)) ### 0.1.6 * Support for parsing YAML blocks