File tree Expand file tree Collapse file tree 1 file changed +33
-1
lines changed Expand file tree Collapse file tree 1 file changed +33
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,38 @@ Note that this _only_ includes changes to the Python FFI interface. For changes
88<!-- markdownlint-disable emph-style -->
99<!-- markdownlint-disable strong-style -->
1010
11+ ## [ pact-python-ffi/0.4.28.0] _ 2025-08-26_
12+
13+ ### 🚀 Features
14+
15+ - _ (v3)_ [ ** breaking** ] Remove pact.v3.ffi module
16+ > ` pact.v3.ffi ` is removed, and to be replaced by ` pact_ffi ` . That is, ` pact.v3.ffi.$fn ` should be replaced by ` pact_ffi.$fn ` .
17+ - _ (ffi)_ Upgrade lib to 0.4.28
18+
19+ ### 🐛 Bug Fixes
20+
21+ - Allow none in with_metadata
22+
23+ ### 📚 Documentation
24+
25+ - Update changelog for pact-python-ffi/0.4.22.0
26+ - _ (ffi)_ Fix old references to pact.v3.ffi
27+ - V3 review
28+ - Update git cliff configuration
29+
30+ ### ⚙️ Miscellaneous Tasks
31+
32+ - _ (ffi)_ Cleanup build script
33+ - Ignore extensions
34+ - Split out dependencies and tests
35+ - Support pre and post release tags
36+ - Remove reference count checks
37+ - Store hatch venv in .venv
38+
39+ ### Contributors
40+
41+ - @JP-Ellis
42+
1143## [ pact-python-ffi/0.4.22.0] _ 2025-07-29_
1244
1345### 🚀 Features
@@ -22,4 +54,4 @@ Note that this _only_ includes changes to the Python FFI interface. For changes
2254
2355- @JP-Ellis
2456
25- <!-- generated by git-cliff on 2025-07-29 -->
57+ <!-- generated by git-cliff on 2025-08-27 -->
You can’t perform that action at this time.
0 commit comments