You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rust/pact_verifier/CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
To generate the log, run `git log --pretty='* %h - %s (%an, %ad)' TAGNAME..HEAD .` replacing TAGNAME and HEAD as appropriate.
2
2
3
+
# 1.3.2 - Support exit-on-first-error and last-failed options
4
+
5
+
* 31113440 - feat(pact_verifier_cli): Implement the --last-failed CLI flag #494 (Ronald Holshausen, Fri Jun 20 11:03:44 2025 +1000)
6
+
* a8c50d56 - feat(pact_verifier): Adds details of the verified interactions to the JSON output #494 (Ronald Holshausen, Thu Jun 19 14:51:50 2025 +1000)
7
+
* a54a7d55 - feat(pact_verifier): Correct warning when exit-on-first-error is set #494 (Ronald Holshausen, Thu Jun 19 10:56:38 2025 +1000)
8
+
* 74e34bec - feat(pact_verifier): Skip any unverified interactions if exit-first is set and there is a failure #494 (Ronald Holshausen, Thu Jun 19 10:47:18 2025 +1000)
9
+
* f02641ac - feat(pact_verifier): Skip any unverified Pact files if exit-first is set and there is a failure #494 (Ronald Holshausen, Wed Jun 18 16:27:27 2025 +1000)
10
+
* 1f734dd8 - feat(pact_verifier_cli): Add the exit-first and last-failed CLI flags #494 (Ronald Holshausen, Wed Jun 18 16:06:17 2025 +1000)
0 commit comments