You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20-1Lines changed: 20 additions & 1 deletion
Display the source diff
Display the rich diff
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
23
23
24
24
---
25
25
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
+
26
45
## [0.1.1] - 2025-05-07
27
46
28
47
### Added
@@ -31,7 +50,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
31
50
- CI logic for verifying the presence of all distribution files prior to publishing.
32
51
33
52
### 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.
35
54
36
55
### Fixed
37
56
- ImportError caused by mismatched Rust module export function (PyInit_werx_rust missing).
0 commit comments