We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aad9cd2 commit 8f04724Copy full SHA for 8f04724
ChangeLog.md
@@ -1,3 +1,8 @@
1
+## [0.4.29](https://github.com/ruby-debug/ruby-debug-ide/compare/v0.4.28...v0.4.29)
2
+
3
+* Fixed problem with evaluating "%"
4
+ [RUBY-16244](https://youtrack.jetbrains.com/issue/RUBY-16244)
5
6
## [0.4.28](https://github.com/ruby-debug/ruby-debug-ide/compare/v0.4.27...v0.4.28)
7
8
* [better handling for escaped chars and slashes](https://github.com/ruby-debug/ruby-debug-ide/pull/68)
lib/ruby-debug-ide/version.rb
@@ -1,3 +1,3 @@
module Debugger
- IDE_VERSION='0.4.28'
+ IDE_VERSION='0.4.29'
end
0 commit comments