Skip to content

Commit 9169035

Browse files
committed
Version bumped up
1 parent 1fae8cf commit 9169035

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.26](https://github.com/ruby-debug/ruby-debug-ide/compare/v0.4.25...v0.4.26)
2+
3+
* Compact value for inline debugger should be really compact
4+
[RUBY-15932](https://youtrack.jetbrains.com/issue/RUBY-15932)
5+
16
## [0.4.25](https://github.com/ruby-debug/ruby-debug-ide/compare/v0.4.24...v0.4.25)
27

38
* Let's use String#inspect in print variable for String variables

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.25'
2+
IDE_VERSION='0.4.26'
33
end

0 commit comments

Comments
 (0)