File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -197,24 +197,27 @@ If you screw up -- delete local and remote tags and have another go:
197197
198198## Changelog
199199
200- ### 2.2.2
200+ ##### 2.2.3
201+
202+ - Define additional Filter fields ([ PR #8 ] ( https://github.com/eidorb/ubank/pull/8 ) !)
203+
204+
205+ ##### 2.2.2
201206
202207- Fix potentially optional Transaction fields (thanks [ @CactiNotch ] ( https://github.com/CactiNotch ) !)
203208
204209
205- ### 2.2.1
210+ ##### 2.2.1
206211
207212- ` get_linked_banks() ` returns linked external bank accounts (thanks [ @CactiNotch ] ( https://github.com/CactiNotch ) !)
208213
209214
210-
211- ### 2.2.0
215+ #### 2.2.0
212216
213217- Rework API method and model names to have more meaning
214218
215219
216-
217- ### 2.1.0
220+ #### 2.1.0
218221
219222- Passkey encrypted with ubank password
220223- Add API client ` Api `
@@ -229,7 +232,7 @@ If you screw up -- delete local and remote tags and have another go:
229232- Migrate from Poetry to uv.
230233
231234
232- ### 1.1.0
235+ #### 1.1.0
233236
234237- Set ` x-api-version ` to fix [ #4 ] ( https://github.com/eidorb/ubank/issues/4 ) (thanks [ @jakepronger ] ( https://github.com/jakepronger ) !)
235238
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ path = "ubank.py"
2828
2929[tool .hatch .build .targets .sdist ]
3030exclude = [" notebook.gif" ]
31-
31+ # https://docs.astral.sh/uv/concepts/build-backend/#file-inclusion-and-exclusion
3232[tool .hatch .build .targets .wheel ]
3333include = [
3434 " ubank.py" ,
Original file line number Diff line number Diff line change 2121
2222
2323def test_version ():
24- assert __version__ == "2.2.2 "
24+ assert __version__ == "2.2.3 "
2525
2626
2727def test_int8array_to_bytes ():
Original file line number Diff line number Diff line change 3636
3737from soft_webauthn_patched import SoftWebauthnDevice
3838
39- __version__ = "2.2.2 "
39+ __version__ = "2.2.3 "
4040
4141
4242# Unchanging headers in every request.
You can’t perform that action at this time.
0 commit comments