Skip to content

Commit 03dce47

Browse files
committed
update changelog for release 0.7.0
1 parent 1bb1c43 commit 03dce47

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
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 - [Feature Release]
4+
5+
* 1c42707 - chore: rename bin.rs to bin/pact-stub-server (Yousaf Nabi, Fri Oct 31 16:01:18 2025 +0000)
6+
* ac5344e - fix: remove pathname from release artifact shasum (Yousaf Nabi, Fri Oct 24 13:56:27 2025 +0100)
7+
* 1ddbc54 - chore(ci): fix release workflow (macos) (Yousaf Nabi, Fri Oct 24 13:53:26 2025 +0100)
8+
* 793fa3b - chore(ci): fix release workflow (macos) (Yousaf Nabi, Fri Oct 24 13:52:17 2025 +0100)
9+
* 45e0056 - feat: add file watch mode for hot reloading pact files/dirs (Yousaf Nabi, Thu Oct 23 23:43:13 2025 +0100)
10+
* eebe3fe - feat: update to hyper 1.x / latest tower (Yousaf Nabi, Thu Oct 23 23:35:30 2025 +0100)
11+
* a4f02ae - chore: rename main.rs to lib.rs to align with rust conventions (Yousaf Nabi, Wed Oct 8 22:19:35 2025 +0100)
12+
* a36631c - ci: switch windows-2019 to windows-latest (Yousaf Nabi, Sat Sep 27 11:50:22 2025 +0100)
13+
* 56ccc6a - feat: cli as lib (Yousaf Nabi, Sat Sep 27 11:47:46 2025 +0100)
14+
* 7548780 - chore: Correct the release script (Ronald Holshausen, Wed May 21 16:07:31 2025 +1000)
15+
* 92ce531 - bump version to 0.6.3 (Ronald Holshausen, Wed May 21 15:27:53 2025 +1000)
16+
317
# 0.6.2 - Correct the insecure_tls flag with a Pact Broker
418

519
* 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)