Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "0.1.1"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/splatty/version.py
Original file line number Diff line number Diff line change
@@ -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"