Skip to content

Commit

Permalink
Merge pull request #268 from deivid-rodriguez/9_0_4_release
Browse files Browse the repository at this point in the history
9.0.4 release
  • Loading branch information
David Rodríguez committed May 19, 2016
2 parents 24ad09b + 0243c53 commit 4404099
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Master (Unreleased)

## 9.0.4 - 2015-05-19

### Fixed

* Errors in rc file not being displayed to the user.
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ GIT
PATH
remote: .
specs:
byebug (9.0.3)
byebug (9.0.4)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -56,10 +56,10 @@ GEM
launchy (2.4.3)
addressable (~> 2.3)
method_source (0.8.2)
minitest (5.8.4)
minitest (5.9.0)
mixlib-cli (1.6.0)
mixlib-config (2.2.1)
multi_json (1.12.0)
multi_json (1.12.1)
multipart-post (2.0.0)
net-http-persistent (2.9.4)
net-http-pipeline (1.0.1)
Expand Down Expand Up @@ -129,4 +129,4 @@ DEPENDENCIES
yard (= 0.8.7.6)

BUNDLED WITH
1.12.3
1.12.4
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.3'.freeze
VERSION = '9.0.4'.freeze
end

0 comments on commit 4404099

Please sign in to comment.