Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.

Commit

Permalink
Bump to version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cldwalker committed Mar 14, 2013
1 parent d91deb5 commit 0ad19f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## 1.5.0
* Add support for any output adapters e.g. xml
* Bump debugger-linecache dependency

## 1.4.0
* Partial support for 2.0.0

Expand Down
2 changes: 1 addition & 1 deletion lib/debugger/version.rb
@@ -1,5 +1,5 @@
module Debugger
# TODO: remove version from C ext
send :remove_const, :VERSION if const_defined? :VERSION
VERSION = '1.4.0'
VERSION = '1.5.0'
end

0 comments on commit 0ad19f2

Please sign in to comment.