Skip to content

Commit

Permalink
Release version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
David Rodríguez de Dios committed Apr 23, 2013
1 parent 6ca8fed commit df252cb
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 1.0.3

* "autoreload" is set by default now
* "list" command: no negative line numbers shown, and line range behaves as
expected at the begining/end of file
* In some weird cases, "backtrace" command segfaults when trying to show info on
some frame args. Don't know the reason yet, but the exception is handled now and
and the command doesn't segfault anymore.
* Try some thread support (not even close to usable)


## 1.0.2

* "autolist" and "autoeval" are default settings now
Expand Down
2 changes: 1 addition & 1 deletion byebug.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rake', '~> 10.0.4'
s.add_development_dependency 'rake-compiler', '~> 0.8.3'
s.add_development_dependency 'mocha', '~> 0.13.3'
s.add_development_dependency 'minitest', '~> 4.7.1'
s.add_development_dependency 'minitest', '~> 4.7.3'

s.license = "BSD"
end
2 changes: 1 addition & 1 deletion lib/byebug/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Byebug
# Current version of the gem
VERSION = '1.0.2'
VERSION = '1.0.3'
end

0 comments on commit df252cb

Please sign in to comment.