Skip to content

Commit 1302331

Browse files
release: 3.0.0
1 parent 187ecc9 commit 1302331

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-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-
".": "2.0.23"
2+
".": "3.0.0"
33
}

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Changelog
2+
3+
## 3.0.0 (2025-06-03)
4+
5+
Full Changelog: [v2.0.23...v3.0.0](https://github.com/You-OpenSource/You-Python/compare/v2.0.23...v3.0.0)
6+
7+
### Bug Fixes
8+
9+
* **package:** support direct resource imports ([edf7871](https://github.com/You-OpenSource/You-Python/commit/edf7871f8c6ca8c5baca3c0c7fb15ede1cf3a9c2))
10+
11+
12+
### Chores
13+
14+
* **ci:** fix installation instructions ([9b2771b](https://github.com/You-OpenSource/You-Python/commit/9b2771b802a0dc854c4ff8099e8798207bff9cba))
15+
* **ci:** upload sdks to package manager ([5953bf4](https://github.com/You-OpenSource/You-Python/commit/5953bf406ad005f2fa3fd461e3a58deaefd1b4d5))
16+
* **docs:** grammar improvements ([836d4ea](https://github.com/You-OpenSource/You-Python/commit/836d4ea5ae3515d5dc2c8e102467898f93352cc3))
17+
* **docs:** remove reference to rye shell ([187ecc9](https://github.com/You-OpenSource/You-Python/commit/187ecc9d46568cbb61f2b69787def39b99a2358e))
18+
* **internal:** avoid errors for isinstance checks on proxies ([0c64f6a](https://github.com/You-OpenSource/You-Python/commit/0c64f6a96edfb86e6376bdd138cea718dd5a2973))
19+
* **internal:** codegen related update ([92331b9](https://github.com/You-OpenSource/You-Python/commit/92331b90677275ea5ceff33ef0c0abf9c50a26cc))
20+
* sync repo ([dc912e6](https://github.com/You-OpenSource/You-Python/commit/dc912e683c739f424a119bbeaba858d65778909d))
21+
* update SDK settings ([323499b](https://github.com/You-OpenSource/You-Python/commit/323499ba910ff1f183d1df60c06576c77e532e82))
22+
* update SDK settings ([bd65b0f](https://github.com/You-OpenSource/You-Python/commit/bd65b0fb9d38b89ace7fbeb78da6ca90c9f490a9))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "youdotcom"
3-
version = "2.0.23"
3+
version = "3.0.0"
44
description = "The official Python library for the ydc-search-api API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/ydc_search_api/_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__ = "ydc_search_api"
4-
__version__ = "2.0.23" # x-release-please-version
4+
__version__ = "3.0.0" # x-release-please-version

0 commit comments

Comments
 (0)