Skip to content

Commit 60e912c

Browse files
committed
update changelog for release 1.3.0
1 parent 7af650b commit 60e912c

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

rust/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/pact_verifier_cli/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
To generate the log, run `git log --pretty='* %h - %s (%an, %ad)' TAGNAME..HEAD .` replacing TAGNAME and HEAD as appropriate.
22

3+
# 1.3.0 - [Feature Release]
4+
5+
* 63b8ce48 - chore: rename docker image to pact-verifier (Yousaf Nabi, Fri Oct 31 16:27:29 2025 +0000)
6+
* 4c8358ee - chore(pact_verifier_cli): rename bin.rs to bin/pact-verifier (Yousaf Nabi, Wed Oct 29 19:59:27 2025 +0000)
7+
* b250555c - feat(verifier-cli)!: rename binary to pact-verifier (Yousaf Nabi, Fri Oct 24 20:43:33 2025 +0100)
8+
* 829ec5aa - chore: rename main.rs to lib.rs to align with rust conventions (Yousaf Nabi, Thu Oct 9 00:04:28 2025 +0100)
9+
* e4af2e44 - feat: cli as lib (Yousaf Nabi, Sat Sep 27 18:38:04 2025 +0100)
10+
* eaaee9de - chore: Upgrade pact_models to 1.3.7 (Ronald Holshausen, Tue Sep 16 13:57:37 2025 +1000)
11+
* ff964960 - chore: Update pact_models to 1.3.6 (Ronald Holshausen, Wed Jul 30 09:50:09 2025 +1000)
12+
* 1cb9a5ac - chore: Update pact_models to 1.3.5 (Ronald Holshausen, Mon Jul 28 10:44:30 2025 +1000)
13+
* df1afe32 - bump version to 1.2.1 (Ronald Holshausen, Fri Jun 20 14:47:51 2025 +1000)
14+
315
# 1.2.0 - Add Exit on first error and Only run previously failed interactions CLI options
416

517
* ce3c5d9e - feat(pact_verifier_cli): Update the docs on the new options flag #494 (Ronald Holshausen, Fri Jun 20 11:56:43 2025 +1000)

rust/pact_verifier_cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pact_verifier_cli"
3-
version = "1.2.1"
3+
version = "1.3.0"
44
authors = ["Ronald Holshausen <ronald.holshausen@gmail.com>"]
55
edition = "2024"
66
description = "Standalone pact verifier for provider pact verification"

0 commit comments

Comments
 (0)