Skip to content

Commit 72d26f1

Browse files
committed
chore: update changelog for release 0.7.0
1 parent faad11f commit 72d26f1

3 files changed

Lines changed: 39 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
# 0.7.0 - [Feat Release]
4+
5+
* ac5344e - fix: remove pathname from release artifact shasum (Yousaf Nabi, Fri Oct 24 13:56:27 2025 +0100)
6+
* 1ddbc54 - chore(ci): fix release workflow (macos) (Yousaf Nabi, Fri Oct 24 13:53:26 2025 +0100)
7+
* 793fa3b - chore(ci): fix release workflow (macos) (Yousaf Nabi, Fri Oct 24 13:52:17 2025 +0100)
8+
* 45e0056 - feat: add file watch mode for hot reloading pact files/dirs (Yousaf Nabi, Thu Oct 23 23:43:13 2025 +0100)
9+
* eebe3fe - feat: update to hyper 1.x / latest tower (Yousaf Nabi, Thu Oct 23 23:35:30 2025 +0100)
10+
* a4f02ae - chore: rename main.rs to lib.rs to align with rust conventions (Yousaf Nabi, Wed Oct 8 22:19:35 2025 +0100)
11+
* a36631c - ci: switch windows-2019 to windows-latest (Yousaf Nabi, Sat Sep 27 11:50:22 2025 +0100)
12+
* 56ccc6a - feat: cli as lib (Yousaf Nabi, Sat Sep 27 11:47:46 2025 +0100)
13+
* 7548780 - chore: Correct the release script (Ronald Holshausen, Wed May 21 16:07:31 2025 +1000)
14+
* 92ce531 - bump version to 0.6.3 (Ronald Holshausen, Wed May 21 15:27:53 2025 +1000)
15+
* 1edc459 - update changelog for release 0.6.2 (Ronald Holshausen, Wed May 21 15:25:35 2025 +1000)
16+
* 1a51ae7 - chore: Update pact_verifier to 1.3.0 (Ronald Holshausen, Wed May 21 15:12:44 2025 +1000)
17+
* 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)
18+
* 1b2580f - chore: Upgrade the Pact crates to latest versions (Ronald Holshausen, Tue May 20 15:40:59 2025 +1000)
19+
* 85fd8f5 - chore: Upgrade the Pact crates (Ronald Holshausen, Tue May 20 15:32:30 2025 +1000)
20+
* 95e253f - chore: Update project to Rust 2024 edition (Ronald Holshausen, Tue May 20 10:34:35 2025 +1000)
21+
* 9665d36 - chore: Update dependencies (Ronald Holshausen, Tue May 20 10:32:49 2025 +1000)
22+
* 0d39f57 - chore: scheduled Ubuntu 20.04 retirement (Ronald Holshausen, Mon May 12 09:46:13 2025 +1000)
23+
* f4e42b4 - chore: Correct the author field (Ronald Holshausen, Mon May 12 09:21:57 2025 +1000)
24+
* 6269fa6 - bump version to 0.6.2 (Ronald Holshausen, Mon May 12 09:20:30 2025 +1000)
25+
* 394b935 - update changelog for release 0.6.1 (Ronald Holshausen, Mon May 12 09:17:33 2025 +1000)
26+
* 7188299 - perf: Use MiMalloc as global allocator to improve performance (Stefan Ansing, Tue May 6 16:15:21 2025 +0200)
27+
* ef0e8e4 - perf: Move shared data into Arc (Stefan Ansing, Tue May 6 16:12:28 2025 +0200)
28+
* 43437ac - chore(ci): upgrade macos-12 to macos-13 (JP-Ellis, Fri Dec 6 09:33:47 2024 +1100)
29+
* c5383f4 - chore(docs): typo in link name (Yousaf Nabi, Mon May 20 13:14:27 2024 +0100)
30+
* bc78875 - chore(docs): update badge link to correct repo (Yousaf Nabi, Mon May 20 13:13:33 2024 +0100)
31+
* 7772232 - docs: docker/binary compatibility notes (Yousaf Nabi, Mon May 20 13:12:37 2024 +0100)
32+
* 7a7094b - bump version to 0.6.1 (Yousaf Nabi, Fri May 10 16:23:21 2024 +0100)
33+
* 394b2ac - update changelog for release 0.6.0 (Yousaf Nabi, Fri May 10 16:13:39 2024 +0100)
34+
* 9387eb1 - chore(ci): remove cache workspace subdir (Yousaf Nabi, Fri Apr 26 15:49:13 2024 +0100)
35+
* 2325de3 - feat: reduce executable size (Yousaf Nabi, Thu Apr 25 19:06:53 2024 +0100)
36+
* efa86ca - feat: linux musl static bins / windows aarch64 (Yousaf Nabi, Thu Apr 25 17:56:00 2024 +0100)
37+
* 82beb3e - chore: fixup path to musl artifact (Yousaf Nabi, Thu Feb 8 22:48:21 2024 +0000)
38+
* cea01c6 - chore(deps): update cargo lock (Yousaf Nabi, Thu Feb 8 22:08:30 2024 +0000)
39+
340
# 0.6.2 - Correct the insecure_tls flag with a Pact Broker
441

542
* 1a51ae7 - chore: Update pact_verifier to 1.3.0 (Ronald Holshausen, Wed May 21 15:12:44 2025 +1000)

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pact-stub-server"
3-
version = "0.6.3"
3+
version = "0.7.0"
44
edition = "2024"
55
authors = ["Ronald Holshausen <ronald.holshausen@gmail.com>"]
66
description = "Standalone pact stub server"

0 commit comments

Comments
 (0)