Skip to content

Commit

Permalink
bump to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Sep 6, 2014
1 parent 5379ac7 commit c3c3115
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.0

* Dynamic query methods renamed to `order_by`

## 0.1.3

* New condition option `complete` for list conditions for optimized query generation
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This is slow. Here is where `order_query` comes in!
Add to Gemfile:

```ruby
gem 'order_query', '~> 0.1.3'
gem 'order_query', '~> 0.2.0'
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion lib/order_query/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module OrderQuery
VERSION = '0.1.3'
VERSION = '0.2.0'
end

0 comments on commit c3c3115

Please sign in to comment.