Skip to content

Commit

Permalink
Version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rzane committed Feb 7, 2017
1 parent 9de99e1 commit 1c9d4b8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

*Nothing yet.*

## [1.0.2] - 2017-02-07
### Added
- `BabySqueel::Association` now has `#==` and `#!=`. This is only supported for Rails 5+. Example: `Post.where { author: Author.last }`.

### Fixed
- Incorrect alias detection caused by not tracking the full path to a join (#37).

## [1.0.1] - 2016-11-07
### Added
- Add DSL#_ for wrapping expressions in Arel::Node::Grouping. Thanks to [@odedniv].
Expand Down
2 changes: 1 addition & 1 deletion lib/baby_squeel/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module BabySqueel
VERSION = '1.0.1'.freeze
VERSION = '1.0.2'.freeze
end

0 comments on commit 1c9d4b8

Please sign in to comment.