Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rubysolo committed Jan 26, 2016
1 parent 97cb61b commit 2f0744d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [Unreleased]

## [v2.0.6] 2016-01-26
- support array parameters for external functions
- support case statements
- support precision for `ROUNDUP` and `ROUNDDOWN` functions
- prevent errors from corrupting calculator memory

## [v2.0.5] 2015-09-03
- fix bug with detecting unbound nodes
- silence warnings
Expand Down Expand Up @@ -90,6 +98,8 @@
## [v0.1.0] 2012-01-20
- initial release

[Unreleased]: https://github.com/rubysolo/dentaku/compare/v2.0.6...HEAD
[v2.0.6]: https://github.com/rubysolo/dentaku/compare/v2.0.5...v2.0.6
[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
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.5"
VERSION = "2.0.6"
end

0 comments on commit 2f0744d

Please sign in to comment.