Skip to content

Commit

Permalink
Preparation for a new release (0.4.29)
Browse files Browse the repository at this point in the history
  • Loading branch information
os97673 committed Apr 16, 2015
1 parent aad9cd2 commit 8f04724
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [0.4.29](https://github.com/ruby-debug/ruby-debug-ide/compare/v0.4.28...v0.4.29)

* Fixed problem with evaluating "%"
[RUBY-16244](https://youtrack.jetbrains.com/issue/RUBY-16244)

## [0.4.28](https://github.com/ruby-debug/ruby-debug-ide/compare/v0.4.27...v0.4.28)

* [better handling for escaped chars and slashes](https://github.com/ruby-debug/ruby-debug-ide/pull/68)
Expand Down
2 changes: 1 addition & 1 deletion lib/ruby-debug-ide/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Debugger
IDE_VERSION='0.4.28'
IDE_VERSION='0.4.29'
end

0 comments on commit 8f04724

Please sign in to comment.