Skip to content

Commit 8c3333c

Browse files
Release v0.3.3 (#31)
* docs: Add CLAUDE.md with project guidelines - Complete project structure overview - Common commands and workflows - Release process (always use ./scripts/release.sh) - Architecture details and optimizations - Linting, testing, and CI/CD guides - Troubleshooting tips This file provides context for Claude Code to work more effectively with the project without repeating instructions. * Add CHANGELOG.md for release tracking 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * RELEASE: v0.3.3 This release updates: - version.py: 0.3.2 → 0.3.3 - CHANGELOG.md: Added release section for v0.3.3 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 v0.3.3 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> --------- Co-authored-by: Claude <noreply@anthropic.com>
1 parent b52ec5b commit 8c3333c

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.3.3] - 2025-12-02
11+
1012
## [0.3.2] - 2025-12-02
1113

14+
### Changed
15+
- Aligned all GitHub Actions workflows and configurations with msgtrace-sdk standards
16+
- Added CodeQL security scanning workflow
17+
- Added automatic PR labeling workflow (disabled for fork PRs)
18+
- Added monthly pre-commit hook auto-update workflow
19+
- Updated publish workflow to automatically create release tags
20+
21+
### Fixed
22+
- Fixed publish workflow version extraction to use grep instead of Python import
23+
- Disabled labeler workflow to prevent failures on fork PRs
24+
1225
## [0.3.1] - 2025-12-02
1326

1427
### Changed

src/msgspec_ext/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.2"
1+
__version__ = "0.3.3"

0 commit comments

Comments
 (0)