Merge pull request #974 from Freika/dev

Fixed missing `rake points:migrate_to_lonlat` task.
This commit is contained in:
Evgenii Burmakin 2025-03-22 12:52:33 +01:00 committed by GitHub
commit 0ff1b67801
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 1 deletions

View file

@ -1 +1 @@
0.25.2
0.25.3

View file

@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
# 0.25.3 - 2025-03-22
## Fixed
- Fixed missing `rake points:migrate_to_lonlat` task.
# 0.25.2 - 2025-03-21
## Fixed