Skip to content

Commit

Permalink
chore(release): version 2.0.11
Browse files Browse the repository at this point in the history
[ci-skip]
  • Loading branch information
pact-dev committed Nov 13, 2023
1 parent 11c8993 commit 965acd9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 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.11"></a>
### v2.0.11 (2023-11-13)


#### Features

* **gems**
* update to pact_broker-client (1.75.0) ([11c8993](/../../commit/11c8993))


<a name="v2.0.10"></a>
### v2.0.10 (2023-10-18)

Expand Down
12 changes: 6 additions & 6 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.10) of the Pact standalone executables package contains:
This version (2.0.11) of the Pact standalone executables package contains:

* pact gem 1.63.0
* pact-mock_service gem 3.11.2
* pact-support gem 1.20.0
* pact-provider-verifier gem 1.38.0
* pact_broker-client gem 1.74.0
* pact_broker-client gem 1.75.0
* pact-message gem 0.11.1

Binaries will be extracted into `pact/bin`:
Expand Down Expand Up @@ -231,7 +231,7 @@ Options:
-r, [--auto-detect-version-properties], [--no-auto-detect-version-properties] # Automatically detect the repository commit, branch and build URL from known CI environment variables or git CLI. Supports Buildkite, Circle CI, Travis CI, GitHub Actions, Jenkins, Hudson, AppVeyor, GitLab, CodeShip, Bitbucket and Azure DevOps.
# Default: false
-t, [--tag=TAG] # Tag name for consumer version. Can be specified multiple times.
-g, [--tag-with-git-branch], [--no-tag-with-git-branch] # Tag consumer version with the name of the current git branch. Supports Buildkite, Circle CI, Travis CI, GitHub Actions, Jenkins, Hudson, AppVeyor, GitLab, CodeShip, Bitbucket and Azure DevOps. Default: false
-g, [--tag-with-git-branch], [--no-tag-with-git-branch] # Tag consumer version with the name of the current git branch. Supports Buildkite, Circle CI, Travis CI, GitHub Actions, Jenkins, Hudson, AppVeyor, GitLab, CodeShip, Bitbucket and Azure DevOps.
# Default: false
[--build-url=BUILD_URL] # The build URL that created the pact
[--merge], [--no-merge] # If a pact already exists for this consumer version and provider, merge the contents. Useful when running Pact tests concurrently on different build nodes.
Expand All @@ -242,7 +242,7 @@ Options:
-u, [--broker-username=BROKER_USERNAME] # Pact Broker basic auth username
-p, [--broker-password=BROKER_PASSWORD] # Pact Broker basic auth password
-k, [--broker-token=BROKER_TOKEN] # Pact Broker bearer token
-v, [--verbose], [--no-verbose] # Verbose output. Default: false
-v, [--verbose], [--no-verbose] # Verbose output.
# Default: false
Publish pacts to a Pact Broker.
Expand Down Expand Up @@ -278,7 +278,7 @@ Options:
-u, [--broker-username=BROKER_USERNAME] # Pact Broker basic auth username
-p, [--broker-password=BROKER_PASSWORD] # Pact Broker basic auth password
-k, [--broker-token=BROKER_TOKEN] # Pact Broker bearer token
-v, [--verbose], [--no-verbose] # Verbose output. Default: false
-v, [--verbose], [--no-verbose] # Verbose output.
# Default: false
Description:
Expand Down Expand Up @@ -378,7 +378,7 @@ Options:
-u, [--broker-username=BROKER_USERNAME] # Pact Broker basic auth username
-p, [--broker-password=BROKER_PASSWORD] # Pact Broker basic auth password
-k, [--broker-token=BROKER_TOKEN] # Pact Broker bearer token
-v, [--verbose], [--no-verbose] # Verbose output. Default: false
-v, [--verbose], [--no-verbose] # Verbose output.
# Default: false
Publish provider contract to PactFlow
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.10
2.0.11

0 comments on commit 965acd9

Please sign in to comment.