From 7ce73c04e6ecfbd1b2db67ec125ef8100018d5f2 Mon Sep 17 00:00:00 2001 From: Alex Reisner <alex@alexreisner.com> Date: Mon, 2 Aug 2010 16:49:18 -0400 Subject: [PATCH] Version bump to 0.9.3. Update to-do list and changelog. --- CHANGELOG.rdoc | 6 ++++++ README.rdoc | 4 +++- VERSION | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index 0b10d469..f4670304 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -2,6 +2,12 @@ Per-release changes to Geocoder. +== 0.9.3 (2010 Aug 2) + +* Fix incompatibility with Rails 3 RC 1. +* Deprecate 'options' argument to 'nearbys' method. +* Allow inclusion of 'nearbys' in Arel method chains. + == 0.9.2 (2010 Jun 3) * Fix LIMIT clause bug in PostgreSQL (reported by kenzie). diff --git a/README.rdoc b/README.rdoc index 979e2c46..53ff8e97 100644 --- a/README.rdoc +++ b/README.rdoc @@ -151,7 +151,9 @@ If anyone has a more elegant solution to this problem I am very interested in se == To-do List -* prepend table names to column names in SQL distance expression (required to do joins on another geocoded model) +* make 'near' scope work with 'select' options +* prepend table names to column names in SQL distance expression (required + to do joins on another geocoded model) * prevent NameError when GOOGLE_MAPS_API_KEY is missing: show nice msg * <tt>install.rb</tt> should do some setup when installed as a plugin * create initializer with GOOGLE_MAPS_API_KEY? diff --git a/VERSION b/VERSION index 2003b639..965065db 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.2 +0.9.3 -- GitLab