Skip to content

Commit 4e6e263

Browse files
committed
release: bump SDK version to 0.2.0
The 1.5.0 spec added operationIds, which renamed every generated function relative to 0.1.0 — a breaking change, hence the minor bump in the 0.x line. Regenerated with the pinned generator so setup.py picks up the new package_version_override; README versioning section updated to match.
1 parent 7414dcf commit 4e6e263

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ so every response is a real dataclass (`InfoView`, `TopologyInfo`, ...) — not
1414
## Versioning
1515

1616
The SDK carries its **own** semantic version, independent of the busbar server /
17-
OpenAPI `info.version` (currently `1.4.0`). This first cut is **`0.1.0`**. A given
17+
OpenAPI `info.version` (currently `1.5.0`). The current release is **`0.2.0`**
18+
(the `1.5.0` spec added `operationId`s, which renamed every generated function —
19+
a breaking change from `0.1.0`). A given
1820
SDK release targets the frozen, additive-only `/api/v1/admin` surface and will
1921
keep working across server versions on that surface.
2022

openapi-python-client.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
project_name_override: "busbar-admin"
44
package_name_override: "busbar_admin"
55
# SDK has its own semver, independent of the OpenAPI info.version.
6-
package_version_override: "0.1.0"
6+
package_version_override: "0.2.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="busbar-admin",
10-
version="0.1.0",
10+
version="0.2.0",
1111
description="A client library for accessing Busbar Admin API",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)