Skip to content

Commit cb50d97

Browse files
chore: Release v0.12.0 [skip ci]
1 parent d35ffa7 commit cb50d97

4 files changed

Lines changed: 14 additions & 13 deletions

File tree

.sampo/changesets/rust-error-tracking.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# posthog-rs
22

3+
## 0.12.0 — 2026-06-12
4+
5+
### Minor changes
6+
7+
- [d35ffa7](https://github.com/posthog/posthog-rs/commit/d35ffa7302f158a9aab7fe38507fabcd504d0daf) Add manual Rust error tracking capture APIs, enabled by default via the `error-tracking` feature. — Thanks @cat-ph for your first contribution 🎉!
8+
39
## 0.11.0 — 2026-06-11
410

511
### Minor changes

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "posthog-rs"
33
license = "MIT"
4-
version = "0.11.0"
4+
version = "0.12.0"
55
authors = ["PostHog <engineering@posthog.com>"]
66
description = "The official Rust client for Posthog (https://posthog.com/)."
77
repository = "https://github.com/posthog/posthog-rs"

0 commit comments

Comments
 (0)