Skip to content

Commit

Permalink
Prepare for 2.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
David Rodríguez de Dios committed Sep 22, 2013
1 parent 04e3db1 commit 6a86e61
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 2.2.0

* Small fixes in stack_size calculations
* Warning free byebug
* Add `verbose` setting for TracePoint API event inspection
* Fix setting `post_mortem` mode
* Allow `edit <filename>` without a line number


# 2.1.1

* Fix bug when debugging code inside '-e' flag
Expand Down
2 changes: 1 addition & 1 deletion lib/byebug/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Byebug
VERSION = '2.1.1'
VERSION = '2.2.0'
end

0 comments on commit 6a86e61

Please sign in to comment.