Skip to content

Commit d75142e

Browse files
committed
Bump to 0.5.0
1 parent aa3b56b commit d75142e

4 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 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.5.0] - 2025-11-28
17+
18+
### Added
19+
1220
#### Dispositor Graphs (November 28, 2025)
1321

1422
- **DispositorEngine**: Calculate planetary and house-based dispositor chains

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Built on Swiss Ephemeris for NASA-grade astronomical accuracy, Stellium brings p
4141
- **25+ Arabic Parts** with traditional formulas
4242
- **Essential & accidental dignity scoring** for both traditional and modern rulerships
4343
- **Chart rulership and profections** for traditional astrology
44+
- **Dispositor graphs** for planets and (experimentally) houses in reports
4445
- **Aspect pattern detection** - Grand Trines, T-Squares, Yods, Stelliums, and more
4546
- **Beautiful visualizations** with professional SVG chart rendering and 13 themes
4647
- **Notable births database** for quick exploration and learning

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
project = "Stellium"
1414
copyright = "2025, Kate Louie"
1515
author = "Kate Louie"
16-
release = "0.4.0"
16+
release = "0.5.0"
1717

1818
# -- General configuration ---------------------------------------------------
1919
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

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.4.0"
16+
__version__ = "0.5.0"
1717

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

0 commit comments

Comments
 (0)