Skip to content

Commit 76522ec

Browse files
committed
chore(release): version 2.0.5
[ci-skip]
1 parent a3c2ea7 commit 76522ec

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="v2.0.5"></a>
2+
### v2.0.5 (2023-09-07)
3+
4+
5+
#### Features
6+
7+
* **gems**
8+
* update to pact_broker-client (1.71.0) ([a3c2ea7](/../../commit/a3c2ea7))
9+
10+
111
<a name="v2.0.4"></a>
212
### v2.0.4 (2023-08-29)
313

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ Creates a standalone pact command line executable using the ruby pact implementa
66

77
## Package contents
88

9-
This version (2.0.4) of the Pact standalone executables package contains:
9+
This version (2.0.5) of the Pact standalone executables package contains:
1010

1111
* pact gem 1.63.0
1212
* pact-mock_service gem 3.11.2
1313
* pact-support gem 1.19.0
1414
* pact-provider-verifier gem 1.36.1
15-
* pact_broker-client gem 1.70.0
15+
* pact_broker-client gem 1.71.0
1616
* pact-message gem 0.11.1
1717

1818
Binaries will be extracted into `pact/bin`:
@@ -249,7 +249,7 @@ Usage:
249249
Options:
250250
-a, --pacticipant=PACTICIPANT # The pacticipant name. Use once for each pacticipant being checked.
251251
-e, [--version=VERSION] # The pacticipant version. Must be entered after the --pacticipant that it relates to.
252-
[--ignore=IGNORE] # The pacticipant name to ignore. Use once for each pacticipant being ignored. A specific version can be ignored by also specifying a --version after the pacticipant name option.
252+
[--ignore=PACTICIPANT] # The pacticipant name to ignore. Use once for each pacticipant being ignored. A specific version can be ignored by also specifying a --version after the pacticipant name option. The environment variable PACT_BROKER_CAN_I_DEPLOY_IGNORE may also be used to specify a pacticipant name to ignore, with commas to separate multiple pacticipant names if necessary.
253253
-l, [--latest=[TAG]] # Use the latest pacticipant version. Optionally specify a TAG to use the latest version with the specified tag.
254254
[--branch=BRANCH] # The branch of the version for which you want to check the verification results.
255255
[--main-branch], [--no-main-branch] # Use the latest version of the configured main branch of the pacticipant as the version for which you want to check the verification results
@@ -358,6 +358,7 @@ Options:
358358
[--verification-results-format=VERIFICATION_RESULTS_FORMAT] # The format of the verification output eg. junit, text
359359
[--verifier=VERIFIER] # The tool used to verify the provider contract
360360
[--verifier-version=VERIFIER_VERSION] # The version of the tool used to verify the provider contract
361+
[--build-url=BUILD_URL] # The build URL that created the provider contract
361362
-o, [--output=OUTPUT] # json or text
362363
# Default: text
363364
-b, --broker-base-url=BROKER_BASE_URL # The base URL of the Pact Broker

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.4
1+
2.0.5

0 commit comments

Comments
 (0)