From b1a0aa2179bb7c1f984b341d386b52256fef3bf3 Mon Sep 17 00:00:00 2001 From: Eugene Burmakin Date: Sat, 22 Mar 2025 12:51:39 +0100 Subject: [PATCH] Fixed missing `rake points:migrate_to_lonlat` task. --- .app_version | 2 +- CHANGELOG.md | 6 ++++++ lib/tasks/{points.rake.ra => points.rake} | 0 3 files changed, 7 insertions(+), 1 deletion(-) rename lib/tasks/{points.rake.ra => points.rake} (100%) diff --git a/.app_version b/.app_version index 166c9e29..3d9dcb1b 100644 --- a/.app_version +++ b/.app_version @@ -1 +1 @@ -0.25.2 +0.25.3 diff --git a/CHANGELOG.md b/CHANGELOG.md index 6247756c..e90314c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/tasks/points.rake.ra b/lib/tasks/points.rake similarity index 100% rename from lib/tasks/points.rake.ra rename to lib/tasks/points.rake