Commit 901aea8 1 parent f893818 commit 901aea8 Copy full SHA for 901aea8
File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ Do this to generate your change history
5
5
6
6
## Versions
7
7
8
+ ### v2.0.4 (13 February 2024)
9
+ * [ f893818] ( https://github.com/pact-foundation/pact-go/commit/f893818 ) - feat: add native lib path function (#376 ) (Armin Becher, Tue Feb 13 05:27:44 2024 +0100)
10
+ * [ 59a586d] ( https://github.com/pact-foundation/pact-go/commit/59a586d ) - fix: allow empty responses in sync messages (#386 ) (Stanislav Vodetskyi, Mon Feb 12 20:26:57 2024 -0800)
11
+ * [ f04022c] ( https://github.com/pact-foundation/pact-go/commit/f04022c ) - Merge pull request #384 from pact-foundation/chore/upgrade-to-pact-ffi-0-4-16 (Yousaf Nabi, Mon Feb 12 13:20:41 2024 +0000)
12
+ * [ 7129ef0] ( https://github.com/pact-foundation/pact-go/commit/7129ef0 ) - fix: update pact-ffi to 0.4.16 (YOU54F, Mon Feb 12 12:55:05 2024 +0000)
13
+
8
14
### v2.0.3 (08 February 2024)
9
15
* [ 48a916c] ( https://github.com/pact-foundation/pact-go/commit/48a916c ) - fix: upgrade to latest ffi 0.4.15 (Matt Fellows, Wed Feb 7 16:24:06 2024 +1100)
10
16
* [ b0a3f6e] ( https://github.com/pact-foundation/pact-go/commit/b0a3f6e ) - ci(fix): update path to update-pact-ffi script (Yousaf Nabi, Thu Feb 1 11:52:23 2024 +0000)
Original file line number Diff line number Diff line change 6
6
"github.com/spf13/cobra"
7
7
)
8
8
9
- var Version = "v2.0.3 "
9
+ var Version = "v2.0.4 "
10
10
var versionCmd = & cobra.Command {
11
11
Use : "version" ,
12
12
Short : "Print the version number of Pact Go" ,
You can’t perform that action at this time.
0 commit comments