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 ec89829 commit 2b36de1Copy full SHA for 2b36de1
ChangeLog.md
@@ -1,3 +1,8 @@
1
+## [0.4.32](https://github.com/ruby-debug/ruby-debug-ide/compare/v0.4.31...v0.4.32)
2
+
3
+* Fixed problem with preloading psych
4
+ [RUBY-16721](https://youtrack.jetbrains.com/issue/RUBY-16721)
5
6
## [0.4.31](https://github.com/ruby-debug/ruby-debug-ide/compare/v0.4.30...v0.4.31)
7
8
* need to handle mock objects somehow
lib/ruby-debug-ide/version.rb
@@ -1,3 +1,3 @@
module Debugger
- IDE_VERSION='0.4.31'
+ IDE_VERSION='0.4.32'
end
0 commit comments