Skip to content

Commit

Permalink
Version bump to 0.9.3.
Browse files Browse the repository at this point in the history
Update to-do list and changelog.
  • Loading branch information
alexreisner committed Aug 2, 2010
1 parent 3f3fb6d commit 7ce73c0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
4 changes: 3 additions & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.2
0.9.3

0 comments on commit 7ce73c0

Please sign in to comment.