Skip to content

Commit ea14f5c

Browse files
release: 0.1.1
1 parent b3d479d commit ea14f5c

4 files changed

Lines changed: 26 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0"
2+
".": "0.1.1"
33
}

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## 0.1.1 (2026-03-17)
4+
5+
Full Changelog: [v0.1.0...v0.1.1](https://github.com/khulnasoft/khulnasoft-openapi/compare/v0.1.0...v0.1.1)
6+
7+
### Bug Fixes
8+
9+
* **deps:** bump minimum typing-extensions version ([472908c](https://github.com/khulnasoft/khulnasoft-openapi/commit/472908c4305e47c8c4e714458c889f68fdf6854c))
10+
* **pydantic:** do not pass `by_alias` unless set ([b5501a6](https://github.com/khulnasoft/khulnasoft-openapi/commit/b5501a622cf659edf54bf1f056a15b3be3abc298))
11+
12+
13+
### Chores
14+
15+
* **ci:** bump uv version ([de8432b](https://github.com/khulnasoft/khulnasoft-openapi/commit/de8432b906ddb023821036ce754b208d256fc1be))
16+
* **ci:** skip uploading artifacts on stainless-internal branches ([0de31a0](https://github.com/khulnasoft/khulnasoft-openapi/commit/0de31a092b424886e973660a9c9292c2e54d823b))
17+
* **internal:** add request options to SSE classes ([c5b2e3c](https://github.com/khulnasoft/khulnasoft-openapi/commit/c5b2e3c6903a647319d4511e783e706176ae2317))
18+
* **internal:** codegen related update ([b29d84f](https://github.com/khulnasoft/khulnasoft-openapi/commit/b29d84f79ab072293b1314d0c82a409c9ff8bd01))
19+
* **internal:** make `test_proxy_environment_variables` more resilient ([f5519ae](https://github.com/khulnasoft/khulnasoft-openapi/commit/f5519ae80eff377ec23f11770e4f063c0fa0dee6))
20+
* **internal:** make `test_proxy_environment_variables` more resilient to env ([c7e0a49](https://github.com/khulnasoft/khulnasoft-openapi/commit/c7e0a49e3337fb6e03b024d7f43d4b57f2b2c28a))
21+
* **internal:** remove mock server code ([0b0ddbe](https://github.com/khulnasoft/khulnasoft-openapi/commit/0b0ddbe4353a7f493f0002eab01d66c2725dffdc))
22+
* **internal:** tweak CI branches ([b3d479d](https://github.com/khulnasoft/khulnasoft-openapi/commit/b3d479d39e3547259d5f6334ca972802ce6062ab))
23+
* update mock server docs ([8e39256](https://github.com/khulnasoft/khulnasoft-openapi/commit/8e392563c1e63d3731db0a012d9ac30191e2b913))
24+
* update placeholder string ([7ec8f3c](https://github.com/khulnasoft/khulnasoft-openapi/commit/7ec8f3cd27d4e70f48aaf3cc17f9c333aa8bc359))
25+
326
## 0.1.0 (2026-02-13)
427

528
Full Changelog: [v0.0.1...v0.1.0](https://github.com/khulnasoft/khulnasoft-openapi/compare/v0.0.1...v0.1.0)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "khulnasoft_openapi"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "The official Python library for the khulnasoft-openapi API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/khulnasoft_openapi/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "khulnasoft_openapi"
4-
__version__ = "0.1.0" # x-release-please-version
4+
__version__ = "0.1.1" # x-release-please-version

0 commit comments

Comments
 (0)