Skip to content

Commit

Permalink
release 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
weiwei committed Aug 19, 2022
1 parent 9f45384 commit af4f061
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [2.8.0] - 2022-08-19
### Added
- `--suite-name` parameter for merging xmls with cli. Thanks to @yusijs

## [2.7.0] - 2022-06-25
### Added
- `fromroot` class method to create object from a root element. Thanks to @EnricoMi
Expand Down
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,8 @@ Command Line
optional arguments:
-h, --help show this help message and exit
--glob Treat original XML path(s) as glob(s).
--suite-name SUITE_NAME
Name added to <testsuites>.
.. code-block:: shell
Expand Down
2 changes: 1 addition & 1 deletion junitparser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
FloatAttr,
)

version = "2.7.0"
version = "2.8.0"

0 comments on commit af4f061

Please sign in to comment.