Skip to content

Commit 0f7efef

Browse files
RELEASE: v1.0.0 (#9)
This release updates: - version.py: 0.1.0 → 1.0.0 - CHANGELOG.md: Added release section for v1.0.0 After merging this PR: - publish.yml workflow will trigger automatically - Package will be built and published to PyPI - GitHub release will be created with tag v1.0.0 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>
1 parent d693035 commit 0f7efef

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.0] - 2025-11-26
11+
1012
## [0.1.0] - TBD
1113

1214
### Added

src/msgtrace/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version information for msgtrace-sdk."""
22

3-
__version__ = "0.1.0"
3+
__version__ = "1.0.0"

0 commit comments

Comments
 (0)