From 83cd7c6b613cbf7d17eab77aa99c817f237fd89f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez=20de=20Dios?= Date: Fri, 26 Sep 2014 14:00:02 +0200 Subject: [PATCH] Get ready for 3.4.2 release --- CHANGELOG.md | 5 +++++ lib/byebug/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dc328535..9fc14aa37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 3.4.2 +* Fix #67, you can debug commands starting with `ruby` now, as in `byebug -- +ruby -Itest test/controllers/posts_controller_test.rb -n test_should_get_index` + + # 3.4.1 * Fix #54, you can use threads when "evaling" stuff now. * Fix bug in list command where user could not list backwards if current diff --git a/lib/byebug/version.rb b/lib/byebug/version.rb index 3b806a000..9024d9742 100644 --- a/lib/byebug/version.rb +++ b/lib/byebug/version.rb @@ -1,3 +1,3 @@ module Byebug - VERSION = '3.4.1' + VERSION = '3.4.2' end