mirror of
https://github.com/acamarata/qibla-dart.git
synced 2026-06-30 19:04:27 +00:00
docs: add CHANGELOG.md for v1.0.1 release
This commit is contained in:
parent
6948fd655b
commit
deec0c5c58
1 changed files with 9 additions and 0 deletions
9
CHANGELOG.md
Normal file
9
CHANGELOG.md
Normal 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
|
||||
Loading…
Reference in a new issue