From 0601e2df056c9a6625eba78c627eab405d09caa8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 16:26:50 +0300 Subject: [PATCH] chore(main): release 0.2.0 (#60) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Moshe Atlow --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ tap2junit/__init__.py | 2 +- 3 files changed, 13 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..708c5b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # 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)) + +### 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 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"