Skip to content

Commit fb6fa8c

Browse files
release: 0.1.1
1 parent 3f30f8e commit fb6fa8c

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

.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: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## 0.1.1 (2025-01-21)
4+
5+
Full Changelog: [v0.1.0...v0.1.1](https://github.com/ContextualAI/contextual-client-python/compare/v0.1.0...v0.1.1)
6+
7+
### Bug Fixes
8+
9+
* **tests:** make test_get_platform less flaky ([#26](https://github.com/ContextualAI/contextual-client-python/issues/26)) ([826c275](https://github.com/ContextualAI/contextual-client-python/commit/826c27574806c0c56d9dec71bed22e00b59f86c5))
10+
11+
12+
### Chores
13+
14+
* **internal:** avoid pytest-asyncio deprecation warning ([#27](https://github.com/ContextualAI/contextual-client-python/issues/27)) ([3f30f8e](https://github.com/ContextualAI/contextual-client-python/commit/3f30f8e4aefdca1b57bef5465e127c07a24071be))
15+
* **internal:** codegen related update ([#23](https://github.com/ContextualAI/contextual-client-python/issues/23)) ([cd206dd](https://github.com/ContextualAI/contextual-client-python/commit/cd206dd40665361f7eb416f5c56a5f98262565ce))
16+
17+
18+
### Documentation
19+
20+
* **raw responses:** fix duplicate `the` ([#25](https://github.com/ContextualAI/contextual-client-python/issues/25)) ([5227755](https://github.com/ContextualAI/contextual-client-python/commit/5227755b42179ae1dd882e3342308e0c35e8c2e0))
21+
322
## 0.1.0 (2025-01-15)
423

524
Full Changelog: [v0.1.0-alpha.2...v0.1.0](https://github.com/ContextualAI/contextual-client-python/compare/v0.1.0-alpha.2...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 = "contextual-client"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "The official Python library for the Contextual AI API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/contextual/_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__ = "contextual"
4-
__version__ = "0.1.0" # x-release-please-version
4+
__version__ = "0.1.1" # x-release-please-version

0 commit comments

Comments
 (0)