Skip to content

Commit 11daa26

Browse files
release: 0.2.0
1 parent 0ac70ec commit 11daa26

File tree

4 files changed

+37
-3
lines changed

4 files changed

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

3+
## 0.2.0 (2025-02-08)
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+
* adding snowflake support and snowflake example ([#38](https://github.com/ContextualAI/contextual-client-python/issues/38)) ([0ac70ec](https://github.com/ContextualAI/contextual-client-python/commit/0ac70ec4dee14ca5631085d716a697a64f82fe80))
10+
* **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))
11+
* **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))
12+
* **client:** send `X-Stainless-Read-Timeout` header ([#35](https://github.com/ContextualAI/contextual-client-python/issues/35)) ([ed71244](https://github.com/ContextualAI/contextual-client-python/commit/ed71244b24549a8f683fa818363f09facfc9dfdf))
13+
14+
15+
### Bug Fixes
16+
17+
* **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))
18+
19+
20+
### Chores
21+
22+
* **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))
23+
* **internal:** bummp ruff dependency ([#34](https://github.com/ContextualAI/contextual-client-python/issues/34)) ([4018a49](https://github.com/ContextualAI/contextual-client-python/commit/4018a4917a6be7cd934c27ace005aa143aeefb87))
24+
* **internal:** change default timeout to an int ([#33](https://github.com/ContextualAI/contextual-client-python/issues/33)) ([57e86cb](https://github.com/ContextualAI/contextual-client-python/commit/57e86cbfc7653db2edccf2af81a1e927a23e135a))
25+
* **internal:** codegen related update ([#23](https://github.com/ContextualAI/contextual-client-python/issues/23)) ([cd206dd](https://github.com/ContextualAI/contextual-client-python/commit/cd206dd40665361f7eb416f5c56a5f98262565ce))
26+
* **internal:** codegen related update ([#30](https://github.com/ContextualAI/contextual-client-python/issues/30)) ([a3ed45e](https://github.com/ContextualAI/contextual-client-python/commit/a3ed45e3749596564da7f24a585cfc4857d36e54))
27+
* **internal:** fix type traversing dictionary params ([#36](https://github.com/ContextualAI/contextual-client-python/issues/36)) ([6ed9ebd](https://github.com/ContextualAI/contextual-client-python/commit/6ed9ebddd6747619addb0b4bbd9409ac3025724a))
28+
* **internal:** minor formatting changes ([#29](https://github.com/ContextualAI/contextual-client-python/issues/29)) ([b177cea](https://github.com/ContextualAI/contextual-client-python/commit/b177cea0ab81a89893221603a8d58762c2dc4790))
29+
* **internal:** minor style changes ([#28](https://github.com/ContextualAI/contextual-client-python/issues/28)) ([5318cdb](https://github.com/ContextualAI/contextual-client-python/commit/5318cdb209346d8e29b31b393b1b57a32b011542))
30+
* **internal:** minor type handling changes ([#37](https://github.com/ContextualAI/contextual-client-python/issues/37)) ([c189c49](https://github.com/ContextualAI/contextual-client-python/commit/c189c4968d7bc96955dc9a7a14e07832c18fe873))
31+
32+
33+
### Documentation
34+
35+
* **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))
36+
337
## 0.1.0 (2025-01-15)
438

539
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)