Skip to content

Commit 14b7fa3

Browse files
committed
Bump to 0.8.0
1 parent 28e084f commit 14b7fa3

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
### Changed
13+
14+
### Fixed
15+
16+
## [0.8.0] - 2025-12-09
17+
18+
### Added
19+
1220
#### Primary Directions Engine (December 9, 2025)
1321

1422
- **DirectionsEngine**: Complete primary directions calculation engine
@@ -73,6 +81,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7381
- `PtolemyKey`, `NaibodKey`
7482

7583
Example usage:
84+
7685
```python
7786
from stellium.engines.directions import DirectionsEngine, DistributionsCalculator
7887

@@ -104,6 +113,7 @@ periods = DistributionsCalculator(chart).calculate(years=80)
104113
- Serialized in `to_dict()` output
105114

106115
Example usage:
116+
107117
```python
108118
# Create draconic chart
109119
draconic = chart.draconic()
@@ -140,6 +150,7 @@ draconic.draw("draconic_chart.svg").save()
140150
- Exported from `stellium.engines`
141151

142152
Example usage:
153+
143154
```python
144155
voc = chart.voc_moon()
145156
if voc.is_void:

src/stellium/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
>>> chart = ChartBuilder.from_native(native).calculate()
1414
"""
1515

16-
__version__ = "0.7.0"
16+
__version__ = "0.8.0"
1717

1818
# === Core Building Blocks (Most Common) ===
1919
# === Convenience Re-exports ===

0 commit comments

Comments
 (0)