Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pyromaniac committed Dec 8, 2015
1 parent aa471a1 commit ae17e63
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# master

## Changes

* Sequel support completely reworked to use common ORM implementations + better sequel specs covarage.

## Bugfixes

* Sequel objects transactional destruction fix

* Correct Rspec mocking framework checking (@mainameiz)

* Atomic strategy is now compatible with custom ids proc.

* Safe unsubscribe on import (@marshall-lee)

* Correct custom assets path silencer (@davekaro)

## Incompatible changes:

* `Chewy.atomic` and `Chewy.urgent_update=` methods was removed from the codebase, use `Chewy.strategy` block instead.
Expand Down
2 changes: 1 addition & 1 deletion lib/chewy/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Chewy
VERSION = '0.8.2'
VERSION = '0.8.3'
end

0 comments on commit ae17e63

Please sign in to comment.