Skip to content

Commit fba21b5

Browse files
release: 0.35.0
1 parent 57f61a3 commit fba21b5

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.34.0"
2+
".": "0.35.0"
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.35.0 (2026-03-17)
4+
5+
Full Changelog: [v0.34.0...v0.35.0](https://github.com/hyperspell/python-sdk/compare/v0.34.0...v0.35.0)
6+
7+
### Features
8+
9+
* **api:** manual updates ([57f61a3](https://github.com/hyperspell/python-sdk/commit/57f61a30e64edabde28811e7f3120c584b712bc6))
10+
* **api:** manual updates ([5a96266](https://github.com/hyperspell/python-sdk/commit/5a9626654c7dd350086bf1ed0b2a57855780cd76))
11+
* **api:** Update edition to 2026-02-23 ([1b40f77](https://github.com/hyperspell/python-sdk/commit/1b40f77b3ed34e46a0e53c737224a8059ba6b052))
12+
13+
14+
### Bug Fixes
15+
16+
* **deps:** bump minimum typing-extensions version ([401d90e](https://github.com/hyperspell/python-sdk/commit/401d90e10737fbe2bcb7ff03a6ddf7a745027402))
17+
* pass PYPI_TOKEN secret to publish step ([#108](https://github.com/hyperspell/python-sdk/issues/108)) ([8efbde0](https://github.com/hyperspell/python-sdk/commit/8efbde0f510d0ceb34b20cb37faad32d71773634))
18+
* **pydantic:** do not pass `by_alias` unless set ([420c153](https://github.com/hyperspell/python-sdk/commit/420c153d3d0c00100ad7531ecf287dc818aa0045))
19+
20+
21+
### Chores
22+
23+
* **internal:** tweak CI branches ([692b283](https://github.com/hyperspell/python-sdk/commit/692b283cd22646a5fe6591d073a32a5984df6eb5))
24+
* remove custom code ([a0a90a0](https://github.com/hyperspell/python-sdk/commit/a0a90a0982eb2484619ea01bcc784a42f5d353a8))
25+
326
## 0.34.0 (2026-03-14)
427

528
Full Changelog: [v0.33.0...v0.34.0](https://github.com/hyperspell/python-sdk/compare/v0.33.0...v0.34.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 = "hyperspell"
3-
version = "0.34.0"
3+
version = "0.35.0"
44
description = "The official Python library for the hyperspell API"
55
dynamic = ["readme"]
66
license = "MIT"

src/hyperspell/_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__ = "hyperspell"
4-
__version__ = "0.34.0" # x-release-please-version
4+
__version__ = "0.35.0" # x-release-please-version

0 commit comments

Comments
 (0)