Skip to content

Commit 27bad26

Browse files
committed
📄 docs(changelog): update for v0.1.1 release
1 parent 580b35e commit 27bad26

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)