Skip to content

Commit 690a7de

Browse files
chore(release): client v0.29.0
1 parent 0c67647 commit 690a7de

2 files changed

Lines changed: 31 additions & 1 deletion

File tree

docs/CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v0.29.0 (2025-11-05)
6+
7+
### Bug Fixes
8+
9+
- **client**: Correct BatchCreateBomRowsRequest field name from bom_rows to data
10+
([#115](https://github.com/dougborg/katana-openapi-client/pull/115),
11+
[`5bb9918`](https://github.com/dougborg/katana-openapi-client/commit/5bb9918095c33f06b2502f944b7ae1df708c9dcc))
12+
13+
### Chores
14+
15+
- **release**: Mcp v0.4.0
16+
([`c3594e4`](https://github.com/dougborg/katana-openapi-client/commit/c3594e404b660ccd6e06b16dcc133ccae91d5866))
17+
18+
- **release**: Mcp v0.5.0
19+
([`0c67647`](https://github.com/dougborg/katana-openapi-client/commit/0c67647906e83400e8df2767547892ba1a6a9736))
20+
21+
### Documentation
22+
23+
- Fix 66 OpenAPI spec example warnings
24+
([#116](https://github.com/dougborg/katana-openapi-client/pull/116),
25+
[`d20997c`](https://github.com/dougborg/katana-openapi-client/commit/d20997c6a8287659ca1ccc7ed4f487e4bd1816fb))
26+
27+
### Features
28+
29+
- **mcp**: Complete unified item CRUD interface
30+
([`9c123e3`](https://github.com/dougborg/katana-openapi-client/commit/9c123e3619b9e872d4ce8aa360d11ec6779002f1))
31+
32+
- **mcp**: Migrate to StockTrim architecture with unified item creation
33+
([`8645d9d`](https://github.com/dougborg/katana-openapi-client/commit/8645d9dd15dc302b2f64938d8b6f61ce390e13d4))
34+
535
## v0.28.0 (2025-11-05)
636

737
### 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.28.0"
3+
version = "0.29.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)