Skip to content

Commit 8f04724

Browse files
committed
Preparation for a new release (0.4.29)
1 parent aad9cd2 commit 8f04724

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.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+
16
## [0.4.28](https://github.com/ruby-debug/ruby-debug-ide/compare/v0.4.27...v0.4.28)
27

38
* [better handling for escaped chars and slashes](https://github.com/ruby-debug/ruby-debug-ide/pull/68)

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

0 commit comments

Comments
 (0)