Skip to content

Commit 7e538f4

Browse files
chore(release): client v0.44.0
1 parent 6ffd928 commit 7e538f4

2 files changed

Lines changed: 52 additions & 1 deletion

File tree

docs/CHANGELOG.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,57 @@
22

33
<!-- version list -->
44

5+
## v0.44.0 (2026-02-05)
6+
7+
### Bug Fixes
8+
9+
- **client**: Align stocktake row schema with Katana API
10+
([#231](https://github.com/dougborg/katana-openapi-client/pull/231),
11+
[`2827857`](https://github.com/dougborg/katana-openapi-client/commit/28278571e9a801271d2dcb586e977c5d8705046f))
12+
13+
- **client**: Handle null ingredient_expected_date in ManufacturingOrderRecipeRow
14+
([`6ffd928`](https://github.com/dougborg/katana-openapi-client/commit/6ffd928cee225b07d147b98a2181bb05fa0f9dda))
15+
16+
- **client**: Handle null sales_order_delivery_deadline in ManufacturingOrder
17+
([`c89b8f4`](https://github.com/dougborg/katana-openapi-client/commit/c89b8f48542bb366ee9be2503fcfc50533682ba4))
18+
19+
- **deps**: Bump urllib3 to 2.6.3 for CVE-2026-21441
20+
([#227](https://github.com/dougborg/katana-openapi-client/pull/227),
21+
[`1124ea8`](https://github.com/dougborg/katana-openapi-client/commit/1124ea828596e6ae3ab8078a353d63feea0942bc))
22+
23+
### Chores
24+
25+
- **deps)(deps**: Bump the python-minor-patch group with 11 updates
26+
([#228](https://github.com/dougborg/katana-openapi-client/pull/228),
27+
[`9b81517`](https://github.com/dougborg/katana-openapi-client/commit/9b8151777e3156ba4b1feaed4cab10299c7f1d6d))
28+
29+
- **deps)(deps**: Bump the python-minor-patch group with 2 updates
30+
([#229](https://github.com/dougborg/katana-openapi-client/pull/229),
31+
[`dcfa11f`](https://github.com/dougborg/katana-openapi-client/commit/dcfa11f47c61dc0a055c2143e458122050ffd773))
32+
33+
- **deps)(deps**: Bump types-python-dateutil
34+
([#230](https://github.com/dougborg/katana-openapi-client/pull/230),
35+
[`5563c70`](https://github.com/dougborg/katana-openapi-client/commit/5563c703ab0227dc2a1ee2eb28f2e0abd231a71d))
36+
37+
- **deps)(deps-dev**: Bump ty in the python-minor-patch group
38+
([#232](https://github.com/dougborg/katana-openapi-client/pull/232),
39+
[`9617414`](https://github.com/dougborg/katana-openapi-client/commit/96174148c049748dc05586142cec3e0e175081bf))
40+
41+
- **release**: Mcp v0.29.0
42+
([`deec6f3`](https://github.com/dougborg/katana-openapi-client/commit/deec6f355a83e93e3f8f471e708d6f0d29722fec))
43+
44+
### Documentation
45+
46+
- Remove stale docs and fix placeholder references
47+
([#233](https://github.com/dougborg/katana-openapi-client/pull/233),
48+
[`3f73417`](https://github.com/dougborg/katana-openapi-client/commit/3f734170b1c0e0332acce021a08704d5c79e5aa2))
49+
50+
### Features
51+
52+
- **mcp**: Update client dependency to v0.43.0
53+
([#226](https://github.com/dougborg/katana-openapi-client/pull/226),
54+
[`a6e177c`](https://github.com/dougborg/katana-openapi-client/commit/a6e177ce07a01389585528b1ce967c92f76dca13))
55+
556
## v0.43.0 (2026-01-16)
657

758
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "katana-openapi-client"
3-
version = "0.43.0"
3+
version = "0.44.0"
44
description = "A modern, pythonic Katana Manufacturing ERP API client with automatic retries, rate limiting, and smart pagination"
55
authors = [
66
{name = "Doug Borg", email = "dougborg@dougborg.org"},

0 commit comments

Comments
 (0)