Skip to content

Commit 484f62c

Browse files
committed
update changelog for release 2.0.6 [skip ci]
1 parent 46a285a commit 484f62c

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

rust/pact_matching/CHANGELOG.md

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

3+
# 2.0.6 - Maintenance Release
4+
5+
* 46a285ae - chore: Update pact_models to 1.3.11 (Ronald Holshausen, Thu Jun 18 16:00:45 2026 +1000)
6+
* b0554f31 - chore: add crate name and version to all http clients (JP-Ellis, Thu Jun 18 09:26:08 2026 +1000)
7+
* d3ae94a4 - bump version to 2.0.6 (Ronald Holshausen, Tue Jun 9 14:58:21 2026 +1000)
8+
39
# 2.0.5 - V2 plugin support
410

511
* 8ec724bb - chore: Update pact-plugin-driver to 1.0.0-beta.2 to support V2 plugins (Ronald Holshausen, Tue Jun 9 14:49:40 2026 +1000)

rust/pact_matching/release.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ ask('Update Changelog?: [Y]') {
8383
}
8484

8585
executeOnShell("git add CHANGELOG.md")
86-
executeOnShell("git commit -m 'update changelog for release $releaseVer'")
86+
executeOnShell("git commit -m 'update changelog for release $releaseVer [skip ci]'")
8787
executeOnShell("git status")
8888
executeOnShell("git diff HEAD^..HEAD")
8989
}
@@ -107,7 +107,7 @@ ask("Bump version to $nextVer?: [Y]") {
107107
executeOnShell("git add Cargo.toml README.md ../Cargo.lock")
108108
executeOnShell("git diff --cached")
109109
ask("Commit and push this change?: [Y]") {
110-
executeOnShell("git commit -m 'bump version to $nextVer'")
110+
executeOnShell("git commit -m 'bump version to $nextVer [skip ci]'")
111111
executeOnShell("git push")
112112
}
113113
}

0 commit comments

Comments
 (0)