Skip to content
Merged
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
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.3] - 2025-12-02

## [0.3.2] - 2025-12-02

### Changed
- Aligned all GitHub Actions workflows and configurations with msgtrace-sdk standards
- Added CodeQL security scanning workflow
- Added automatic PR labeling workflow (disabled for fork PRs)
- Added monthly pre-commit hook auto-update workflow
- Updated publish workflow to automatically create release tags

### Fixed
- Fixed publish workflow version extraction to use grep instead of Python import
- Disabled labeler workflow to prevent failures on fork PRs

## [0.3.1] - 2025-12-02

### Changed
Expand Down
2 changes: 1 addition & 1 deletion src/msgspec_ext/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.2"
__version__ = "0.3.3"
Loading