Skip to content

Commit 2b026c1

Browse files
chore(release): client v0.44.1
1 parent 5c97def commit 2b026c1

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

docs/CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v0.44.1 (2026-02-06)
6+
7+
### Bug Fixes
8+
9+
- **client**: Correct pagination defaults for auto-pagination
10+
([#234](https://github.com/dougborg/katana-openapi-client/pull/234),
11+
[`5c97def`](https://github.com/dougborg/katana-openapi-client/commit/5c97deff077316f660278e8c28cadf375762ca34))
12+
13+
### Testing
14+
15+
- **client**: Add missing zero limit edge case test
16+
([#234](https://github.com/dougborg/katana-openapi-client/pull/234),
17+
[`5c97def`](https://github.com/dougborg/katana-openapi-client/commit/5c97deff077316f660278e8c28cadf375762ca34))
18+
519
## v0.44.0 (2026-02-05)
620

721
### 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.44.0"
3+
version = "0.44.1"
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)