Skip to content

Commit 9da5f87

Browse files
release: 0.2.0
1 parent 6c71e19 commit 9da5f87

4 files changed

Lines changed: 22 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.1.3"
2+
".": "0.2.0"
33
}

CHANGELOG.md

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

3+
## 0.2.0 (2026-05-09)
4+
5+
Full Changelog: [v0.1.3...v0.2.0](https://github.com/unifygtm/sdk-python/compare/v0.1.3...v0.2.0)
6+
7+
### Features
8+
9+
* support setting headers via env ([182af02](https://github.com/unifygtm/sdk-python/commit/182af022f0bffec9a9862ce7a8f02d9a46f94458))
10+
11+
12+
### Bug Fixes
13+
14+
* **client:** add missing f-string prefix in file type error message ([6c71e19](https://github.com/unifygtm/sdk-python/commit/6c71e19a379f23b7861257be0e21230d665f87ab))
15+
* use correct field name format for multipart file arrays ([2c9207c](https://github.com/unifygtm/sdk-python/commit/2c9207cd0a8f794532e0a13ba1603d1dbf7af6b4))
16+
17+
18+
### Chores
19+
20+
* **internal:** reformat pyproject.toml ([063208b](https://github.com/unifygtm/sdk-python/commit/063208b4ffec5d9fce42cafc94bf39488db61ca1))
21+
322
## 0.1.3 (2026-04-23)
423

524
Full Changelog: [v0.1.2...v0.1.3](https://github.com/unifygtm/sdk-python/compare/v0.1.2...v0.1.3)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "unifygtm-sdk"
3-
version = "0.1.3"
3+
version = "0.2.0"
44
description = "The official Python library for the Unify API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/unify/_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__ = "unify"
4-
__version__ = "0.1.3" # x-release-please-version
4+
__version__ = "0.2.0" # x-release-please-version

0 commit comments

Comments
 (0)