chore: bump version to v0.3.0 (#3509)

Milestone release covering:
- Comprehensive channel matrix test suite (50 tests across 16 platforms)
- Auto-synced README What's New and Contributors across 31 locales
- Anthropic consecutive message merging fix
- Nextcloud Talk Create event support
- Tweet content-hash dedup
- CI/CD stability improvements (Docker timeout, release token, tweet URLs)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Argenis 2026-03-14 16:55:38 -04:00 committed by Roman Tataurov
parent c4e909f357
commit a8a3b42837
No known key found for this signature in database
GPG Key ID: 70A51EF3185C334B
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -7945,7 +7945,7 @@ dependencies = [
[[package]]
name = "zeroclawlabs"
version = "0.2.2"
version = "0.3.0"
dependencies = [
"anyhow",
"async-imap",

View File

@ -4,7 +4,7 @@ resolver = "2"
[package]
name = "zeroclawlabs"
version = "0.2.2"
version = "0.3.0"
edition = "2021"
authors = ["theonlyhennygod"]
license = "MIT OR Apache-2.0"