Skip to content

Commit c421706

Browse files
chore(release): client v0.30.0
1 parent 555122b commit c421706

2 files changed

Lines changed: 73 additions & 1 deletion

File tree

docs/CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v0.30.0 (2025-11-05)
6+
7+
### Chores
8+
9+
- Clean up trigger file
10+
([#121](https://github.com/dougborg/katana-openapi-client/pull/121),
11+
[`b5346bc`](https://github.com/dougborg/katana-openapi-client/commit/b5346bc0f02164c8cdcb00b5d7dd7797412bcbe4))
12+
13+
- Trigger push of README badge changes
14+
([#121](https://github.com/dougborg/katana-openapi-client/pull/121),
15+
[`b5346bc`](https://github.com/dougborg/katana-openapi-client/commit/b5346bc0f02164c8cdcb00b5d7dd7797412bcbe4))
16+
17+
- **infra**: Add Dependabot configuration for GitHub Actions and Docker updates
18+
([#119](https://github.com/dougborg/katana-openapi-client/pull/119),
19+
[`555122b`](https://github.com/dougborg/katana-openapi-client/commit/555122bbbf45675c0aef0acba6c26872c1b4670b))
20+
21+
- **infra**: Add Dependabot configuration for weekly dependency updates
22+
([#119](https://github.com/dougborg/katana-openapi-client/pull/119),
23+
[`555122b`](https://github.com/dougborg/katana-openapi-client/commit/555122bbbf45675c0aef0acba6c26872c1b4670b))
24+
25+
- **infra**: Remove Python pip config from Dependabot (uv incompatibility)
26+
([#119](https://github.com/dougborg/katana-openapi-client/pull/119),
27+
[`555122b`](https://github.com/dougborg/katana-openapi-client/commit/555122bbbf45675c0aef0acba6c26872c1b4670b))
28+
29+
### Continuous Integration
30+
31+
- Add path filters to skip CI for docs-only changes
32+
([#123](https://github.com/dougborg/katana-openapi-client/pull/123),
33+
[`722a6f8`](https://github.com/dougborg/katana-openapi-client/commit/722a6f869df737857261c936990a1f5b76ae5b2a))
34+
35+
- Add path filters to skip unnecessary CI runs
36+
([#123](https://github.com/dougborg/katana-openapi-client/pull/123),
37+
[`722a6f8`](https://github.com/dougborg/katana-openapi-client/commit/722a6f869df737857261c936990a1f5b76ae5b2a))
38+
39+
### Documentation
40+
41+
- Add CI, coverage, and docs status badges to README
42+
([#121](https://github.com/dougborg/katana-openapi-client/pull/121),
43+
[`b5346bc`](https://github.com/dougborg/katana-openapi-client/commit/b5346bc0f02164c8cdcb00b5d7dd7797412bcbe4))
44+
45+
- Add CI, coverage, docs, and security status badges to README
46+
([#121](https://github.com/dougborg/katana-openapi-client/pull/121),
47+
[`b5346bc`](https://github.com/dougborg/katana-openapi-client/commit/b5346bc0f02164c8cdcb00b5d7dd7797412bcbe4))
48+
49+
- **client**: Fix inline comment to reflect actual priority order
50+
([#117](https://github.com/dougborg/katana-openapi-client/pull/117),
51+
[`509a010`](https://github.com/dougborg/katana-openapi-client/commit/509a010a52d944e7f819d5ce366b00346b9ddf86))
52+
53+
### Features
54+
55+
- **client**: Add netrc support for API authentication
56+
([#117](https://github.com/dougborg/katana-openapi-client/pull/117),
57+
[`509a010`](https://github.com/dougborg/katana-openapi-client/commit/509a010a52d944e7f819d5ce366b00346b9ddf86))
58+
59+
- **client**: Add ~/.netrc support for API authentication
60+
([#117](https://github.com/dougborg/katana-openapi-client/pull/117),
61+
[`509a010`](https://github.com/dougborg/katana-openapi-client/commit/509a010a52d944e7f819d5ce366b00346b9ddf86))
62+
63+
### Refactoring
64+
65+
- **client**: Address code review feedback
66+
([#117](https://github.com/dougborg/katana-openapi-client/pull/117),
67+
[`509a010`](https://github.com/dougborg/katana-openapi-client/commit/509a010a52d944e7f819d5ce366b00346b9ddf86))
68+
69+
- **client**: Improve hostname extraction robustness and type safety
70+
([#117](https://github.com/dougborg/katana-openapi-client/pull/117),
71+
[`509a010`](https://github.com/dougborg/katana-openapi-client/commit/509a010a52d944e7f819d5ce366b00346b9ddf86))
72+
73+
- **client**: Improve netrc hostname extraction robustness
74+
([#117](https://github.com/dougborg/katana-openapi-client/pull/117),
75+
[`509a010`](https://github.com/dougborg/katana-openapi-client/commit/509a010a52d944e7f819d5ce366b00346b9ddf86))
76+
577
## v0.29.0 (2025-11-05)
678

779
### 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.29.0"
3+
version = "0.30.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)