From 7b8c6ea0e827e5985ce8cbaf340b22e2e98e968c Mon Sep 17 00:00:00 2001 From: "Abinoam P. Marques Jr" Date: Thu, 29 Jun 2017 23:46:04 -0300 Subject: Update Changelog and bump up to 2.0.0.develop.10 --- Changelog.md | 5 +++++ lib/highline/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index d524b90..4c81472 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,11 @@ Below is a complete listing of changes for each revision of HighLine. +### 2.0.0-develop.10 / 2017-06-29 +* PR #214 - Remove `$terminal` (global variable) + * Use HighLine.default_instance instead + * Reorganize/Group code at lib/highline.rb + ### 2.0.0-develop.9 / 2017-06-24 * PR #211 / PR #212 - HighLine#use_color= and use_color? as instance methods (@abinoam, @phiggins) diff --git a/lib/highline/version.rb b/lib/highline/version.rb index 4b8609e..5b6b4f8 100644 --- a/lib/highline/version.rb +++ b/lib/highline/version.rb @@ -2,5 +2,5 @@ class HighLine # The version of the installed library. - VERSION = "2.0.0-develop.9".freeze + VERSION = "2.0.0-develop.10".freeze end -- cgit v1.2.1