Skip to content

Commit

Permalink
Merge pull request #1 from KDAB/release-please--branches--master--com…
Browse files Browse the repository at this point in the history
…ponents--qttest-utils

chore(master): release 2.3.0
  • Loading branch information
iamsergio authored Jun 6, 2024
2 parents 584f07f + c59f0e0 commit 91415c9
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.2.2"
".": "2.3.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

## [2.3.0](https://github.com/KDAB/qttest-utils/compare/v2.2.2...v2.3.0) (2024-06-06)


### Features

* Add support for QEXPECT_FAIL ([0037921](https://github.com/KDAB/qttest-utils/commit/003792112bd6093640e772dcfd109812f38324bd))
* Add support for XPASS ([a60be6b](https://github.com/KDAB/qttest-utils/commit/a60be6b81f22d3a18ee624e2414e91c37e2c607f))


### Bug Fixes

* Fix JSON output from ctest not being received ([9cea2c3](https://github.com/KDAB/qttest-utils/commit/9cea2c3dd4b5798f7f6f0bf382e5eca1694f0eb2))
* Use tap-parser instead of regexp to parse tap files ([3d9f1f5](https://github.com/KDAB/qttest-utils/commit/3d9f1f5abc77d2af1a57ba6a75b89c8a3ad424ed))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iamsergio/qttest-utils",
"version": "2.2.2",
"version": "2.3.0",
"description": "API for listing QtTest executables from a build directory and which individual test slots each executable contains. Useful for a Text Explorer VSCode extension.",
"repository": {
"type": "git",
Expand All @@ -11,7 +11,11 @@
},
"main": "out/index.js",
"typings": "./out/index.d.ts",
"keywords": ["KDAB", "QtTest", "QTest"],
"keywords": [
"KDAB",
"QtTest",
"QTest"
],
"author": "[email protected]",
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit 91415c9

Please sign in to comment.