Skip to content

Commit b8d7d31

Browse files
release: 0.4.0
1 parent 7e74c3b commit b8d7d31

4 files changed

Lines changed: 42 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.3.0"
2+
".": "0.4.0"
33
}

CHANGELOG.md

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

3+
## 0.4.0 (2025-09-18)
4+
5+
Full Changelog: [v0.3.0...v0.4.0](https://github.com/Benchify/benchify-sdk-python/compare/v0.3.0...v0.4.0)
6+
7+
### Features
8+
9+
* **api:** api update ([63297a8](https://github.com/Benchify/benchify-sdk-python/commit/63297a8a8d13c6fb2ec89975d474e952d5a1e5c7))
10+
* **api:** api update ([3d1b51f](https://github.com/Benchify/benchify-sdk-python/commit/3d1b51fabfe0798d45499bf57b7299463fbffd81))
11+
* **api:** api update ([c198ddf](https://github.com/Benchify/benchify-sdk-python/commit/c198ddfd22c52c72b76871ab46b04f173f04bb8a))
12+
* **api:** api update ([7bfe950](https://github.com/Benchify/benchify-sdk-python/commit/7bfe950911df09137062ba3ebcda1bd595038125))
13+
* **api:** api update ([fbfc4f7](https://github.com/Benchify/benchify-sdk-python/commit/fbfc4f7deb9daa0f44e63faac6679de268c4b168))
14+
* **api:** api update ([07eecd5](https://github.com/Benchify/benchify-sdk-python/commit/07eecd55d41eccc9e0458e86953cfd2ace4df597))
15+
* **api:** api update ([f87668b](https://github.com/Benchify/benchify-sdk-python/commit/f87668b95b3994606ff161fec99b6db3e784dd78))
16+
* **api:** api update ([54363e0](https://github.com/Benchify/benchify-sdk-python/commit/54363e025d3bc72b709c6396ae0106ebc8ac10e3))
17+
* **api:** api update ([64bb2c7](https://github.com/Benchify/benchify-sdk-python/commit/64bb2c7146518ea47ac317ca9f8057ff9856b83d))
18+
* **api:** manual updates ([eba3cfe](https://github.com/Benchify/benchify-sdk-python/commit/eba3cfe4ad599990e184a90a0fbe5fbad61d3e9c))
19+
* **api:** manual updates ([248af00](https://github.com/Benchify/benchify-sdk-python/commit/248af000b7e4455c6d52cf9b88d5a21762955eb7))
20+
* **api:** manual updates ([c73abc0](https://github.com/Benchify/benchify-sdk-python/commit/c73abc0457baabed7963a191da6b8196d9ec11d4))
21+
* **api:** manual updates ([673c4c1](https://github.com/Benchify/benchify-sdk-python/commit/673c4c18214716cd8e1bf4adb1a4aad82c92d3fd))
22+
* improve future compat with pydantic v3 ([e58d96d](https://github.com/Benchify/benchify-sdk-python/commit/e58d96d6b395588f8c2cdf68448af94b29668964))
23+
* **types:** replace List[str] with SequenceNotStr in params ([600f360](https://github.com/Benchify/benchify-sdk-python/commit/600f360aab19c08f293bceb112f4694aa0d3eed7))
24+
25+
26+
### Bug Fixes
27+
28+
* avoid newer type syntax ([a7101dd](https://github.com/Benchify/benchify-sdk-python/commit/a7101dde3a1454ff7cad1fdb75e342a896fe180d))
29+
30+
31+
### Chores
32+
33+
* **internal:** add Sequence related utils ([45704f1](https://github.com/Benchify/benchify-sdk-python/commit/45704f12568562f461f32e9fdbc10da00940f0bd))
34+
* **internal:** change ci workflow machines ([266d71e](https://github.com/Benchify/benchify-sdk-python/commit/266d71e50478d32e3f3974bdc53926791437af75))
35+
* **internal:** move mypy configurations to `pyproject.toml` file ([8502fd8](https://github.com/Benchify/benchify-sdk-python/commit/8502fd8e78fb9e5aed8d552798f9020ff1977b0a))
36+
* **internal:** update pydantic dependency ([671ba0a](https://github.com/Benchify/benchify-sdk-python/commit/671ba0aeee34102c347dc65a3f6175a016be1ec9))
37+
* **internal:** update pyright exclude list ([f2e7661](https://github.com/Benchify/benchify-sdk-python/commit/f2e7661d7d4776cdd258671f1da3133d9a9d22a5))
38+
* **tests:** simplify `get_platform` test ([7e0d87a](https://github.com/Benchify/benchify-sdk-python/commit/7e0d87a2dd73c17ad77e4eb6dea21b5654e4e944))
39+
* update github action ([4b44888](https://github.com/Benchify/benchify-sdk-python/commit/4b44888aed8836ba34f24dade4456e9769334b52))
40+
* update SDK settings ([c47c3d1](https://github.com/Benchify/benchify-sdk-python/commit/c47c3d1130263df6a14df21db2678d7873016c7c))
41+
342
## 0.3.0 (2025-08-18)
443

544
Full Changelog: [v0.2.0...v0.3.0](https://github.com/Benchify/benchify-sdk-python/compare/v0.2.0...v0.3.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 = "benchify"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
description = "The official Python library for the benchify API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/benchify/_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__ = "benchify"
4-
__version__ = "0.3.0" # x-release-please-version
4+
__version__ = "0.4.0" # x-release-please-version

0 commit comments

Comments
 (0)