Skip to content

Commit 01a365b

Browse files
release: 0.2.0
1 parent 74a9612 commit 01a365b

File tree

4 files changed

+31
-3
lines changed

4 files changed

+31
-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.2.0"
33
}

CHANGELOG.md

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

3+
## 0.2.0 (2025-02-01)
4+
5+
Full Changelog: [v0.1.0...v0.2.0](https://github.com/ContextualAI/contextual-client-python/compare/v0.1.0...v0.2.0)
6+
7+
### Features
8+
9+
* **api:** update via SDK Studio ([#31](https://github.com/ContextualAI/contextual-client-python/issues/31)) ([78de720](https://github.com/ContextualAI/contextual-client-python/commit/78de720d03e2eb1306f4828b8fa171f261ca5c28))
10+
* **api:** update via SDK Studio ([#32](https://github.com/ContextualAI/contextual-client-python/issues/32)) ([74a9612](https://github.com/ContextualAI/contextual-client-python/commit/74a961202eb2d15af27888067d2f237f4d346336))
11+
12+
13+
### Bug Fixes
14+
15+
* **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))
16+
17+
18+
### Chores
19+
20+
* **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))
21+
* **internal:** codegen related update ([#23](https://github.com/ContextualAI/contextual-client-python/issues/23)) ([cd206dd](https://github.com/ContextualAI/contextual-client-python/commit/cd206dd40665361f7eb416f5c56a5f98262565ce))
22+
* **internal:** codegen related update ([#30](https://github.com/ContextualAI/contextual-client-python/issues/30)) ([a3ed45e](https://github.com/ContextualAI/contextual-client-python/commit/a3ed45e3749596564da7f24a585cfc4857d36e54))
23+
* **internal:** minor formatting changes ([#29](https://github.com/ContextualAI/contextual-client-python/issues/29)) ([b177cea](https://github.com/ContextualAI/contextual-client-python/commit/b177cea0ab81a89893221603a8d58762c2dc4790))
24+
* **internal:** minor style changes ([#28](https://github.com/ContextualAI/contextual-client-python/issues/28)) ([5318cdb](https://github.com/ContextualAI/contextual-client-python/commit/5318cdb209346d8e29b31b393b1b57a32b011542))
25+
26+
27+
### Documentation
28+
29+
* **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))
30+
331
## 0.1.0 (2025-01-15)
432

533
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.2.0"
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.2.0" # x-release-please-version

0 commit comments

Comments
 (0)