File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2323
2424---
2525
26+ ## [ 0.1.1] - 2025-05-07
27+
28+ ### Added
29+ - MANIFEST.in to include LICENSE, NOTICE, and key source files in the source distribution (sdist).
30+ - Validation steps in the CI workflow to check .whl and .tar.gz artifacts using zipfile, file, and sha256sum before upload.
31+ - CI logic for verifying the presence of all distribution files prior to publishing.
32+
33+ ### Changed
34+ GitHub Actions CI workflow to use merge-multiple: true for consolidating build artifacts.
35+
36+ ### Fixed
37+ - ImportError caused by mismatched Rust module export function (PyInit_werx_rust missing).
38+ - Publishing issues caused by file reuse and broken wheels due to structure mismatches.
39+
40+ ### Removed
41+ - Platform suffixes from wheel filenames to ensure compatibility with PyPI’s strict filename parsing and attestation requirements.
42+
43+ ---
44+
2645## [ 0.1.0] - 2025-05-05
2746
2847### Added
You can’t perform that action at this time.
0 commit comments