Skip to content

Commit

Permalink
Bump version to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
barendt committed Feb 23, 2015
1 parent 6221ce8 commit e7c2212
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 27 deletions.
27 changes: 2 additions & 25 deletions 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
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.9.3
0.10.0
2 changes: 1 addition & 1 deletion pmacs-rails_sql_views.gemspec
Expand Up @@ -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"]
Expand Down

0 comments on commit e7c2212

Please sign in to comment.