Skip to content

Commit

Permalink
Get ready for 11.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Apr 17, 2020
1 parent 9ecdaf3 commit b3e02eb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [11.1.2] - 2020-04-17

### Fixed

* [#657](https://github.com/deivid-rodriguez/byebug/pull/657): crash when hitting \<TAB\> due to IRB completion mechanism included in the default ruby 2.7 version of the `irb` gem ([@terceiro]).
Expand Down Expand Up @@ -812,7 +814,8 @@

* Initial release.

[Unreleased]: https://github.com/deivid-rodriguez/byebug/compare/v11.1.1...HEAD
[Unreleased]: https://github.com/deivid-rodriguez/byebug/compare/v11.1.2...HEAD
[11.1.2]: https://github.com/deivid-rodriguez/byebug/compare/v11.1.1...v11.1.2
[11.1.1]: https://github.com/deivid-rodriguez/byebug/compare/v11.1.0...v11.1.1
[11.1.0]: https://github.com/deivid-rodriguez/byebug/compare/v11.0.1...v11.1.0
[11.0.1]: https://github.com/deivid-rodriguez/byebug/compare/v11.0.0...v11.0.1
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
byebug (11.1.1)
byebug (11.1.2)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/byebug/version.rb
Expand Up @@ -4,5 +4,5 @@
# Reopen main module to define the library version
#
module Byebug
VERSION = "11.1.1"
VERSION = "11.1.2"
end

0 comments on commit b3e02eb

Please sign in to comment.