Releases: OpenAdaptAI/openadapt-privacy
Releases · OpenAdaptAI/openadapt-privacy
v0.1.1
v0.1.1 (2026-01-29)
Bug Fixes
- Update tests badge URL to point to correct workflow (
5b4fbd9)
The badge was pointing to a non-existent workflow path. Updated to use the correct workflow file path (test.yml).
Co-Authored-By: Claude Opus 4.5 noreply@anthropic.com
- ci: Remove build_command from semantic-release config (
b287c95)
The python-semantic-release action runs in a Docker container where uv is not available. Let the workflow handle building instead.
Co-Authored-By: Claude Opus 4.5 noreply@anthropic.com
Continuous Integration
- Switch to python-semantic-release for automated versioning (
0ca38cb)
Replaces manual tag-triggered publish with python-semantic-release:
- Automatic version bumping based on conventional commits
- feat: -> minor, fix:/perf: -> patch
- Creates GitHub releases automatically
- Publishes to PyPI on release
Co-Authored-By: Claude Opus 4.5 noreply@anthropic.com
Documentation
-
Add overview of package purpose (PII/PHI detection and redaction)
-
Add quick commands for installation, testing, and usage
-
Add supported entity types table
-
Add links to related projects
Detailed Changes: v0.1.0...v0.1.1