summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbinoam Praxedes Marques Junior <abinoam@gmail.com>2018-06-11 08:39:09 -0300
committerAbinoam Praxedes Marques Junior <abinoam@gmail.com>2018-06-11 08:39:09 -0300
commit5cc4e81a64ce6f99aea16ad79e05be46465e0a23 (patch)
treee838cb5adb9f8c0f2e28311706492b9aa75202fc
parentf6dad04066a7ec982f07d12db04aa8633a541ec3 (diff)
downloadhighline-release/2.0.tar.gz
Release 2.0.0release/2.0
-rw-r--r--Changelog.md5
-rw-r--r--lib/highline/version.rb2
2 files changed, 5 insertions, 2 deletions
diff --git a/Changelog.md b/Changelog.md
index c7f384d..c72b525 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -2,6 +2,9 @@
Below is a complete listing of changes for each revision of HighLine.
+### 2.0.0 / 2018-06-10
+* Release 2.0.0 (major version release).
+
### 2.0.0-develop.16 / 2018-05-12
* PR #231 - Deprecate safe_level of ERB.new in Ruby 2.6 (@koic)
* PR #230 - Fix behavior when shell and gather options are selected together
@@ -573,7 +576,7 @@ Patch by Jeremy Hinegardner:
HighLine's own cross-platform terminal input routine.
* Improved type conversion to handle user defined classes.
-### 0.2.0
+### 0.2.0 / 2005-04-29
* Added Unit Tests to cover an already fixed output bug in the future.
* Added Rakefile and setup test action (default).
diff --git a/lib/highline/version.rb b/lib/highline/version.rb
index 879c9c9..e677e4c 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.16".freeze
+ VERSION = "2.0.0".freeze
end