Skip to content

Commit 2b36de1

Browse files
committed
Version bumped up to 0.4.32
1 parent ec89829 commit 2b36de1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ChangeLog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
## [0.4.31](https://github.com/ruby-debug/ruby-debug-ide/compare/v0.4.30...v0.4.31)
27

38
* need to handle mock objects somehow

lib/ruby-debug-ide/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Debugger
2-
IDE_VERSION='0.4.31'
2+
IDE_VERSION='0.4.32'
33
end

0 commit comments

Comments
 (0)