Skip to content

Commit

Permalink
Version bump to 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pyromaniac committed Mar 20, 2016
1 parent b380ab7 commit 21ce5ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ end
```

And don't even ask how is it possible, it is a witchcraft.
Obviously not every type definition might be compiled, so use reasonable formatting to make `method_source` to be able to extract field value proc sources. Also value procs with splat arguments are not supported right now. However, it is possible that your type definition will be supported by Witchcraft™ technology out of the box in the most of the cases.
Obviously not every type of definition might be compiled, so use reasonable formatting to make `method_source` be able to extract field value proc sources. Also value procs with splat arguments are not supported right now. However, it is quite possible that your type definition will be supported by Witchcraft™ technology out of the box in the most of the cases.

### Types access

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.3'
VERSION = '0.8.4'
end

0 comments on commit 21ce5ba

Please sign in to comment.