docs: add CHANGELOG.md for v1.0.1 release

This commit is contained in:
Aric Camarata 2026-05-26 11:37:59 -04:00
parent d59e1dec32
commit 241c773a9f

10
CHANGELOG.md Normal file
View file

@ -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