Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Version bump and changelog updates
  • Loading branch information
danmcclain committed Feb 8, 2013
1 parent e1ee164 commit 0e955eb
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,25 @@
## 0.2.0

* Introduces extensions to `ActiveRecord::Relation.where` to simplify
Array and INET/CIDR queries - Dan McClain (@danmcclain)
* Fixes `where(:array => [1,2])` to use equailty instead of IN clauses
- Dan McClain (@danmcclain)
* Adds Arel predicates for more network comparisons - Patrick Muldoon
(@doon)
* Adds support for citext in migrations/schema.rb - Jonathan Younger
(@daikini)
* Fixes text character encoding for text columns - Andy Monat (@amonat)
* Cleans up alias_method_chains for better interoperability - Raido
Paaslepp (@legendetm)
* Doc updates - Dan McClain, Caleb Woods (@danmcclain @calebwoods)

## 0.1.0

* Performs PostgreSQL version check before attempting to dumpe
extensions - Dan McClain (@danmcclain)
* Fixes issues with schema dumper when indexes have no index_opclass -
Mario Visic (@mariovisic)

## 0.0.10

* Fixes parsing of number arrays when they are set from a string array - Alexey Noskov (@alno)
Expand Down
2 changes: 1 addition & 1 deletion lib/postgres_ext/version.rb
@@ -1,3 +1,3 @@
module PostgresExt
VERSION = '0.1.0'
VERSION = '0.2.0'
end

0 comments on commit 0e955eb

Please sign in to comment.