Skip to content

Commit

Permalink
Get ready for 3.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
David Rodríguez de Dios committed Sep 25, 2014
1 parent e1016c9 commit af02874
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 3.4.1
* Fix #54, you can use threads when "evaling" stuff now.
* Fix bug in list command where user could not list backwards if current
listing was reaching the end of the file.


# 3.4.0
* Better fix for deivid-rodriguez/pry-byebug#32

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 = '3.4.0'
VERSION = '3.4.1'
end

0 comments on commit af02874

Please sign in to comment.