Skip to content

Commit 2e4966d

Browse files
chore(release): client v0.46.0
1 parent 35a5a30 commit 2e4966d

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

docs/CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v0.46.0 (2026-02-11)
6+
7+
### Bug Fixes
8+
9+
- **client**: Address review — clarify logger call convention, add end-to-end test
10+
([#274](https://github.com/dougborg/katana-openapi-client/pull/274),
11+
[`a9e3453`](https://github.com/dougborg/katana-openapi-client/commit/a9e3453de9c33c5fd6f8868176702203144e81f8))
12+
13+
### Documentation
14+
15+
- **spec**: Document cost_per_unit constraint on stock adjustment rows
16+
([#273](https://github.com/dougborg/katana-openapi-client/pull/273),
17+
[`35a5a30`](https://github.com/dougborg/katana-openapi-client/commit/35a5a3009b7ed030cd5c9bede2ce1a247f2bbb11))
18+
19+
- **spec**: Document cost_per_unit constraint on stock adjustment rows
20+
([#274](https://github.com/dougborg/katana-openapi-client/pull/274),
21+
[`a9e3453`](https://github.com/dougborg/katana-openapi-client/commit/a9e3453de9c33c5fd6f8868176702203144e81f8))
22+
23+
### Features
24+
25+
- **client**: Accept duck-typed loggers via Logger protocol
26+
([#274](https://github.com/dougborg/katana-openapi-client/pull/274),
27+
[`a9e3453`](https://github.com/dougborg/katana-openapi-client/commit/a9e3453de9c33c5fd6f8868176702203144e81f8))
28+
529
## v0.45.0 (2026-02-11)
630

731
### 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.45.0"
3+
version = "0.46.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)