Skip to content

Commit

Permalink
v2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki45 committed Sep 15, 2015
1 parent bb00719 commit 624cabe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.0.8
* Improve documentation about expanding class methods.

## 2.0.7
* Fix run_default again. 2.0.6 still has run_default bug. Use unstack block instad of depth counting.

Expand Down
2 changes: 1 addition & 1 deletion lib/chanko/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Chanko
VERSION = "2.0.7"
VERSION = "2.0.8"
end

0 comments on commit 624cabe

Please sign in to comment.