docs: add CHANGELOG.md for v1.0.1 release

This commit is contained in:
Aric Camarata 2026-05-26 11:37:58 -04:00
parent 6948fd655b
commit deec0c5c58

9
CHANGELOG.md Normal file
View file

@ -0,0 +1,9 @@
# Changelog
## [1.0.1] - 2026-05-25
### Added
- Initial public release of Dart Qibla direction library
- `calcQibla(lat, lng)` function returning bearing in degrees
- 48 tests passing across edge cases
- Pure Dart implementation with no native dependencies