Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rubysolo committed Oct 19, 2015
1 parent a5eb4d4 commit 176ad5e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [v2.0.5] 2015-09-03
- fix bug with detecting unbound nodes
- silence warnings
- allow registration of custom token scanners

## [v2.0.4] 2015-09-03
- fix BigDecimal conversion bug
- add caching for bulk expression solving dependency order
Expand Down Expand Up @@ -85,6 +90,7 @@
## [v0.1.0] 2012-01-20
- initial release

[v2.0.5]: https://github.com/rubysolo/dentaku/compare/v2.0.4...v2.0.5
[v2.0.4]: https://github.com/rubysolo/dentaku/compare/v2.0.3...v2.0.4
[v2.0.3]: https://github.com/rubysolo/dentaku/compare/v2.0.1...v2.0.3
[v2.0.1]: https://github.com/rubysolo/dentaku/compare/v2.0.0...v2.0.1
Expand Down
2 changes: 1 addition & 1 deletion lib/dentaku/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Dentaku
VERSION = "2.0.4"
VERSION = "2.0.5"
end

0 comments on commit 176ad5e

Please sign in to comment.