Skip to content

Commit 64c44f5

Browse files
release: 0.1.0-alpha.4
1 parent d430c9e commit 64c44f5

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-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-alpha.3"
2+
".": "0.1.0-alpha.4"
33
}

CHANGELOG.md

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

3+
## 0.1.0-alpha.4 (2025-04-10)
4+
5+
Full Changelog: [v0.1.0-alpha.3...v0.1.0-alpha.4](https://github.com/metavoiceio/postcall-python-sdk/compare/v0.1.0-alpha.3...v0.1.0-alpha.4)
6+
7+
### Chores
8+
9+
* fix typos ([#14](https://github.com/metavoiceio/postcall-python-sdk/issues/14)) ([eb2a3c0](https://github.com/metavoiceio/postcall-python-sdk/commit/eb2a3c098ebfe67e716367b3224f738b11707d16))
10+
* **internal:** expand CI branch coverage ([3a957ac](https://github.com/metavoiceio/postcall-python-sdk/commit/3a957ac21c2e4b83edc8987202c6a4e777a86a40))
11+
* **internal:** reduce CI branch coverage ([d430c9e](https://github.com/metavoiceio/postcall-python-sdk/commit/d430c9e7721e788a4d7f07be09f4db0c2fdfc2fd))
12+
* **internal:** remove trailing character ([#16](https://github.com/metavoiceio/postcall-python-sdk/issues/16)) ([6767b9e](https://github.com/metavoiceio/postcall-python-sdk/commit/6767b9ecc2264d69984db9d7fa59c34a672487c0))
13+
* **internal:** slight transform perf improvement ([#17](https://github.com/metavoiceio/postcall-python-sdk/issues/17)) ([4e0ac65](https://github.com/metavoiceio/postcall-python-sdk/commit/4e0ac65d5cd7f3233705312152ded82d84771682))
14+
315
## 0.1.0-alpha.3 (2025-03-19)
416

517
Full Changelog: [v0.1.0-alpha.2...v0.1.0-alpha.3](https://github.com/metavoiceio/postcall-python-sdk/compare/v0.1.0-alpha.2...v0.1.0-alpha.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 = "postcall"
3-
version = "0.1.0-alpha.3"
3+
version = "0.1.0-alpha.4"
44
description = "The official Python library for the postcall API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/postcall/_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__ = "postcall"
4-
__version__ = "0.1.0-alpha.3" # x-release-please-version
4+
__version__ = "0.1.0-alpha.4" # x-release-please-version

0 commit comments

Comments
 (0)