Skip to content

Commit bfd70c2

Browse files
authored
Merge branch 'pact-foundation:master' into master
2 parents 2fa4369 + 7548780 commit bfd70c2

9 files changed

Lines changed: 2088 additions & 1171 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
include:
21-
- operating-system: ubuntu-20.04
21+
- operating-system: ubuntu-22.04
2222
targets: x86_64-unknown-linux-gnu,x86_64-unknown-linux-musl,aarch64-unknown-linux-gnu,aarch64-unknown-linux-musl
2323
- operating-system: windows-2019
2424
targets: aarch64-pc-windows-msvc,x86_64-pc-windows-msvc

CHANGELOG.md

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

3+
# 0.6.2 - Correct the insecure_tls flag with a Pact Broker
4+
5+
* 1a51ae7 - chore: Update pact_verifier to 1.3.0 (Ronald Holshausen, Wed May 21 15:12:44 2025 +1000)
6+
* a0fd845 - fix: Honour the insecure_tls flag when fetching Pacts from a Pact Broker #75 (Ronald Holshausen, Tue May 20 16:28:25 2025 +1000)
7+
* 1b2580f - chore: Upgrade the Pact crates to latest versions (Ronald Holshausen, Tue May 20 15:40:59 2025 +1000)
8+
* 85fd8f5 - chore: Upgrade the Pact crates (Ronald Holshausen, Tue May 20 15:32:30 2025 +1000)
9+
* 95e253f - chore: Update project to Rust 2024 edition (Ronald Holshausen, Tue May 20 10:34:35 2025 +1000)
10+
* 9665d36 - chore: Update dependencies (Ronald Holshausen, Tue May 20 10:32:49 2025 +1000)
11+
* 0d39f57 - chore: scheduled Ubuntu 20.04 retirement (Ronald Holshausen, Mon May 12 09:46:13 2025 +1000)
12+
* f4e42b4 - chore: Correct the author field (Ronald Holshausen, Mon May 12 09:21:57 2025 +1000)
13+
* 6269fa6 - bump version to 0.6.2 (Ronald Holshausen, Mon May 12 09:20:30 2025 +1000)
14+
15+
# 0.6.1 - Performance Improvements
16+
17+
* 7188299 - perf: Use MiMalloc as global allocator to improve performance (Stefan Ansing, Tue May 6 16:15:21 2025 +0200)
18+
* ef0e8e4 - perf: Move shared data into Arc (Stefan Ansing, Tue May 6 16:12:28 2025 +0200)
19+
* 43437ac - chore(ci): upgrade macos-12 to macos-13 (JP-Ellis, Fri Dec 6 09:33:47 2024 +1100)
20+
* c5383f4 - chore(docs): typo in link name (Yousaf Nabi, Mon May 20 13:14:27 2024 +0100)
21+
* bc78875 - chore(docs): update badge link to correct repo (Yousaf Nabi, Mon May 20 13:13:33 2024 +0100)
22+
* 7772232 - docs: docker/binary compatibility notes (Yousaf Nabi, Mon May 20 13:12:37 2024 +0100)
23+
* 7a7094b - bump version to 0.6.1 (Yousaf Nabi, Fri May 10 16:23:21 2024 +0100)
24+
325
# 0.6.0 - Feature Release
426

527
* 9387eb1 - chore(ci): remove cache workspace subdir (Yousaf Nabi, Fri Apr 26 15:49:13 2024 +0100)

0 commit comments

Comments
 (0)