Skip to content

Commit 5fafb42

Browse files
chore(release): client v0.62.0
1 parent b56322c commit 5fafb42

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

docs/CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v0.62.0 (2026-05-11)
6+
7+
### Bug Fixes
8+
9+
- **client**: Also relax VariantResponse.sku + migrate pre-existing caches
10+
([`b79a478`](https://github.com/dougborg/katana-openapi-client/commit/b79a4780f4fb244422262a65493480aaf9bb56e7))
11+
12+
- **client**: Clarify VariantResponse.sku presence + test setup comment
13+
([`2cf54df`](https://github.com/dougborg/katana-openapi-client/commit/2cf54dfe23ff9d1674567779bdd660499ceeb680))
14+
15+
- **client**: Declare Variant.sku as nullable to match wire contract
16+
([`a8109c2`](https://github.com/dougborg/katana-openapi-client/commit/a8109c2e0152aaf3077e63a81eeb40045085c592))
17+
18+
### Chores
19+
20+
- Sync uv.lock to mcp v0.68.0
21+
([`b56322c`](https://github.com/dougborg/katana-openapi-client/commit/b56322c114ac9f497e6a560e4f3db7f6df37de04))
22+
23+
- **client**: Regen catches stale MO operation row example
24+
([`bf4ba61`](https://github.com/dougborg/katana-openapi-client/commit/bf4ba61514299c5fd4ea0d2ae1d3d3e6bdc941b9))
25+
526
## v0.61.0 (2026-05-11)
627

728
### 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.61.0"
3+
version = "0.62.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)