Skip to content

Commit

Permalink
chore(release): version 2.0.5
Browse files Browse the repository at this point in the history
[ci-skip]
  • Loading branch information
pact-dev committed Sep 7, 2023
1 parent a3c2ea7 commit 76522ec
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="v2.0.5"></a>
### v2.0.5 (2023-09-07)


#### Features

* **gems**
* update to pact_broker-client (1.71.0) ([a3c2ea7](/../../commit/a3c2ea7))


<a name="v2.0.4"></a>
### v2.0.4 (2023-08-29)

Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ Creates a standalone pact command line executable using the ruby pact implementa

## Package contents

This version (2.0.4) of the Pact standalone executables package contains:
This version (2.0.5) of the Pact standalone executables package contains:

* pact gem 1.63.0
* pact-mock_service gem 3.11.2
* pact-support gem 1.19.0
* pact-provider-verifier gem 1.36.1
* pact_broker-client gem 1.70.0
* pact_broker-client gem 1.71.0
* pact-message gem 0.11.1

Binaries will be extracted into `pact/bin`:
Expand Down Expand Up @@ -249,7 +249,7 @@ Usage:
Options:
-a, --pacticipant=PACTICIPANT # The pacticipant name. Use once for each pacticipant being checked.
-e, [--version=VERSION] # The pacticipant version. Must be entered after the --pacticipant that it relates to.
[--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.
[--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.
-l, [--latest=[TAG]] # Use the latest pacticipant version. Optionally specify a TAG to use the latest version with the specified tag.
[--branch=BRANCH] # The branch of the version for which you want to check the verification results.
[--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
Expand Down Expand Up @@ -358,6 +358,7 @@ Options:
[--verification-results-format=VERIFICATION_RESULTS_FORMAT] # The format of the verification output eg. junit, text
[--verifier=VERIFIER] # The tool used to verify the provider contract
[--verifier-version=VERIFIER_VERSION] # The version of the tool used to verify the provider contract
[--build-url=BUILD_URL] # The build URL that created the provider contract
-o, [--output=OUTPUT] # json or text
# Default: text
-b, --broker-base-url=BROKER_BASE_URL # The base URL of the Pact Broker
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.4
2.0.5

0 comments on commit 76522ec

Please sign in to comment.