diff --git a/CHANGELOG b/CHANGELOG index 024f591..1dc03b9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,25 +1,2 @@ -0.1.0 - Released Dec 27, 2006 - * Initial release - -0.5.0 - Released Dec 29, 2006 - * Added support for PostgreSQL (Michael Schuerig) - * Fixed the schema dumper - -0.5.1 - Released Jan 10, 2007 - * Patch by Clifford T. Matthews to use String.dump to dump out the view select statement - -0.6.0 - Released May 9, 2007 - * Added support for SQL Server (Seth Ladd)- - * Added support for using views to map non-friendly database field names to AR-friendly names (Nathan Vack) - * Added support for Oracle (Alistair Davidson) - -0.6.1 - Released June 6, 2007 - * Added test for union support - * Updated tests to include new table to support union test - -0.7.0 - * Updated dependency versions to get on ActiveRecord 2.x. May not be compatible with Rails versions less than 2.x. - * Add nonview_tables support to *all* of the adapters (was missing from Postgres and SQLServer) - -0.9.3 - * Can now specify a primary key and refresh schedule when creating a materialized view +0.10.0 + * Add `create_or_replace_view` method \ No newline at end of file diff --git a/VERSION b/VERSION index 965065d..78bc1ab 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.3 +0.10.0 diff --git a/pmacs-rails_sql_views.gemspec b/pmacs-rails_sql_views.gemspec index 6b34afd..17a7cff 100644 --- a/pmacs-rails_sql_views.gemspec +++ b/pmacs-rails_sql_views.gemspec @@ -5,7 +5,7 @@ Gem::Specification.new do |s| s.name = "pmacs-rails_sql_views" - s.version = "0.9.3" + s.version = "0.10.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Charles Treatman", "Anthony Eden", "Greg Barendt", "Raj Iyengar", "Elika Molayi"]