diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 466df71..a915e8c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 825c32f..e251cf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,10 @@ # Changelog + +## [0.1.1](https://github.com/splatty-hq/splatty-python/compare/v0.1.0...v0.1.1) (2026-09-04) + + +### Features + +* initial Python SDK ([4f77e87](https://github.com/splatty-hq/splatty-python/commit/4f77e87d52c951a0898d1b1f809ffd98a45aa17a)) + +## Changelog diff --git a/pyproject.toml b/pyproject.toml index 26a0d08..9f2a573 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "splatty" -version = "0.1.0" +version = "0.1.1" description = "Python client for Splatty. Captures exceptions and logs and ships them over the envelope protocol." readme = "README.md" license = "MIT" diff --git a/src/splatty/version.py b/src/splatty/version.py index 7629da9..6d82c25 100644 --- a/src/splatty/version.py +++ b/src/splatty/version.py @@ -1,5 +1,5 @@ # x-release-please-start-version -VERSION = "0.1.0" +VERSION = "0.1.1" # x-release-please-end SDK_NAME = "splatty.python"