summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbinoam P. Marques Jr <abinoam@gmail.com>2017-06-29 23:46:04 -0300
committerAbinoam P. Marques Jr <abinoam@gmail.com>2017-06-29 23:58:21 -0300
commit7b8c6ea0e827e5985ce8cbaf340b22e2e98e968c (patch)
tree83fbcac37cabd1b4ad820bb749b1615a4b08bbec
parent059b00733a84d623aa4b8524d2811cf4a5067391 (diff)
downloadhighline-add_default_instance.tar.gz
Update Changelog and bump up to 2.0.0.develop.10add_default_instance
-rw-r--r--Changelog.md5
-rw-r--r--lib/highline/version.rb2
2 files changed, 6 insertions, 1 deletions
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