diff --git a/.changeset/verify-consolidated-report.md b/.changeset/verify-consolidated-report.md deleted file mode 100644 index 8287bff..0000000 --- a/.changeset/verify-consolidated-report.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"seamless-cli": patch ---- - -`seamless verify` now prints a consolidated summary report at the end of the run: -the seamless package versions under test (source versions for `--local`, the -declared pins for released runs), one line per conformance layer (API / adapter and -each web template) with its pass/fail status and duration, and an overall verdict. -It is printed after teardown so it stays on screen without scrolling back through -the phase output. diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d8b92d..51874ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # seamless-cli +## 0.5.3 + +### Patch Changes + +- f978890: `seamless verify` now prints a consolidated summary report at the end of the run: + the seamless package versions under test (source versions for `--local`, the + declared pins for released runs), one line per conformance layer (API / adapter and + each web template) with its pass/fail status and duration, and an overall verdict. + It is printed after teardown so it stays on screen without scrolling back through + the phase output. + ## 0.5.2 ### Patch Changes diff --git a/package.json b/package.json index 52e166d..8705421 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "seamless-cli", - "version": "0.5.2", + "version": "0.5.3", "description": "The Seamless Auth command-line interface", "homepage": "https://github.com/fells-code/seamless-cli#readme", "bugs": {