Skip to content

Commit 3951611

Browse files
committed
📄 docs(changelog): update for v0.1.2 release
1 parent 82e27d2 commit 3951611

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
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.2] - 2025-05-07
27+
28+
### Added
29+
- Explicit inclusion of LICENSE, NOTICE, and README.md files in build artifacts via '[tool.maturin]' include directive to ensure compliance and completeness during packaging.
30+
31+
### Changed
32+
- Renamed Rust crate from 'werx_rust' to 'werx' to align with Python module name
33+
- Simplified module integration by using a unified 'werx' namespace for both Rust and Python.
34+
35+
### Fixed
36+
- PyO3 import warnings about missing 'PyInit_werx_rust'
37+
- Source distribution upload error due to mismatched symbol name
38+
39+
### Removed
40+
- Remove memory-profiler from dependencies in pyproject.toml. This is used only for benchmarking and is an optional dependency.
41+
- Removed '[tool.setuptools]' block from 'pyproject.toml' as it is unused and irrelevant when using 'maturin'. This simplifies the configuration and avoids confusion for future maintainers.
42+
43+
---
44+
2645
## [0.1.1] - 2025-05-07
2746

2847
### Added
@@ -31,7 +50,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3150
- CI logic for verifying the presence of all distribution files prior to publishing.
3251

3352
### Changed
34-
GitHub Actions CI workflow to use merge-multiple: true for consolidating build artifacts.
53+
- GitHub Actions CI workflow to use merge-multiple: true for consolidating build artifacts.
3554

3655
### Fixed
3756
- ImportError caused by mismatched Rust module export function (PyInit_werx_rust missing).

0 commit comments

Comments
 (0)