From 3a9f4025ad6c00ab0f445a83fb34a762fc7df3c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Mon, 18 Mar 2019 09:21:55 +0100 Subject: [PATCH] Get ready for 11.0.1 release (#548) --- CHANGELOG.md | 3 +++ Gemfile.lock | 2 +- lib/byebug/version.rb | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87e83c023..2387e3727 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [11.0.1] - 2019-03-18 + ### Fixed * [#546](https://github.com/deivid-rodriguez/byebug/pull/546): `continue!` to ignore further `byebug` calls. @@ -787,6 +789,7 @@ * Initial release. [Unreleased]: https://github.com/deivid-rodriguez/byebug/compare/v10.0.2...HEAD +[11.0.1]: https://github.com/deivid-rodriguez/byebug/compare/v11.0.0...v11.0.1 [11.0.0]: https://github.com/deivid-rodriguez/byebug/compare/v10.0.2...v11.0.0 [10.0.2]: https://github.com/deivid-rodriguez/byebug/compare/v10.0.1...v10.0.2 [10.0.1]: https://github.com/deivid-rodriguez/byebug/compare/v10.0.0...v10.0.1 diff --git a/Gemfile.lock b/Gemfile.lock index f6f6e3985..288fed068 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - byebug (11.0.0) + byebug (11.0.1) GEM remote: https://rubygems.org/ diff --git a/lib/byebug/version.rb b/lib/byebug/version.rb index a36698476..5efefac63 100644 --- a/lib/byebug/version.rb +++ b/lib/byebug/version.rb @@ -4,5 +4,5 @@ # Reopen main module to define the library version # module Byebug - VERSION = "11.0.0" + VERSION = "11.0.1" end