Skip to content

Commit

Permalink
Get ready for 11.1.3 release (#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Apr 23, 2020
1 parent 2d43b0c commit 4cbb076
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.3] - 2020-04-23

### Fixed

* [#674](https://github.com/deivid-rodriguez/byebug/pull/674): crash when using byebug on ruby 2.7.0 on Windows.
Expand Down Expand Up @@ -818,7 +820,8 @@

* Initial release.

[Unreleased]: https://github.com/deivid-rodriguez/byebug/compare/v11.1.2...HEAD
[Unreleased]: https://github.com/deivid-rodriguez/byebug/compare/v11.1.3...HEAD
[11.1.3]: https://github.com/deivid-rodriguez/byebug/compare/v11.1.2...v11.1.3
[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
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
byebug (11.1.2)
byebug (11.1.3)

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.2"
VERSION = "11.1.3"
end

0 comments on commit 4cbb076

Please sign in to comment.