Skip to content

Commit

Permalink
Merge pull request #273 from deivid-rodriguez/9_0_5_release
Browse files Browse the repository at this point in the history
9.0.5 release
  • Loading branch information
David Rodríguez committed May 28, 2016
2 parents 8bc7ea9 + a6d42e0 commit ebc7c8f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

## Master (Unreleased)

## 9.0.5 - 2016-05-28

### Fixed

* Error loading rc file when `ENV['HOME']` is unset.

## 9.0.4 - 2015-05-19
## 9.0.4 - 2016-05-19

### Fixed

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GIT

GIT
remote: git://github.com/pry/pry.git
revision: 689fbc419c3d8e5870a7f7186f9ac9c50aaba7eb
revision: f5c97cac103a9f04b854ed5b117a8cc27c7e8dd6
specs:
pry (0.10.3)
coderay (~> 1.1.0)
Expand All @@ -18,7 +18,7 @@ GIT
PATH
remote: .
specs:
byebug (9.0.4)
byebug (9.0.5)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -129,4 +129,4 @@ DEPENDENCIES
yard (= 0.8.7.6)

BUNDLED WITH
1.12.4
1.12.5
2 changes: 1 addition & 1 deletion lib/byebug/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# Reopen main module to define the library version
#
module Byebug
VERSION = '9.0.4'.freeze
VERSION = '9.0.5'.freeze
end

0 comments on commit ebc7c8f

Please sign in to comment.