From 5cc4e81a64ce6f99aea16ad79e05be46465e0a23 Mon Sep 17 00:00:00 2001 From: Abinoam Praxedes Marques Junior Date: Mon, 11 Jun 2018 08:39:09 -0300 Subject: Release 2.0.0 --- Changelog.md | 5 ++++- lib/highline/version.rb | 2 +- 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 -- cgit v1.2.1