Skip to content

Commit c5b467d

Browse files
committed
project: release 0.16.2
1 parent e964c59 commit c5b467d

2 files changed

Lines changed: 12 additions & 5 deletions

File tree

docs/changes.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
11
# Changelog
22

3+
## 0.16.2 (2026-03-13)
4+
5+
**Fixes**
6+
7+
* Properly pass Client `url` downstream for custom endpoints.
8+
* Support servers with no `variables` defined.
9+
310
## 0.16.1 (2026-01-22)
411

512
**Fixes**
613

7-
* Partner API: Ensure organization responses match ``organization-output`` contract.
8-
Responses now only include documented fields (``id``, ``status``, ``billing-address``,
9-
``client-id``). Access organization name via ``billing-address.name``.
14+
* Partner API: Ensure organization responses match `organization-output` contract.
15+
Responses now only include documented fields (`id`, `status`, `billing-address`,
16+
`client-id`). Access organization name via `billing-address.name`.
1017

11-
* GitHub Actions: Add automatic sync of Partner API OpenAPI spec (``partner-api.json``).
18+
* GitHub Actions: Add automatic sync of Partner API OpenAPI spec (`partner-api.json`).
1219

1320
## 0.16.0 (2025-11-27)
1421

exoscale/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = "0.16.1"
2+
__version__ = "0.16.2"

0 commit comments

Comments
 (0)