diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ce6efa1 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +## [1.0.1] - 2026-05-25 + +### Added +- Initial public release: NREL Solar Position Algorithm (SPA) port to Dart +- Exports: `calcSpa`, `formatTime`, `SpaFormattedResult`, `SpaFormattedAnglesResult` +- Exports: `spaZa`, `spaZaInc`, `spaZaRts`, `spaAll` +- 48 tests passing +- Pure Dart implementation