We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54eb71b commit d0fcaf2Copy full SHA for d0fcaf2
2 files changed
CHANGELOG.md
@@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
10
### Added
11
12
+### Changed
13
+
14
+### Fixed
15
16
+## [0.7.0] - 2025-12-03
17
18
+### Added
19
20
#### Arabic Parts Report Section (December 3, 2025)
21
22
- **ArabicPartsSection**: New report section for displaying Arabic Parts (Lots)
src/stellium/__init__.py
@@ -13,7 +13,7 @@
>>> chart = ChartBuilder.from_native(native).calculate()
"""
-__version__ = "0.6.0"
+__version__ = "0.7.0"
# === Core Building Blocks (Most Common) ===
# === Convenience Re-exports ===
0 commit comments