From f6dad04066a7ec982f07d12db04aa8633a541ec3 Mon Sep 17 00:00:00 2001 From: Abinoam Praxedes Marques Junior Date: Sat, 12 May 2018 21:25:54 -0300 Subject: Release 2.0.0-develop.16 --- Changelog.md | 4 ++++ lib/highline/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 5d3b044..c7f384d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,10 @@ Below is a complete listing of changes for each revision of HighLine. +### 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 + ### 2.0.0-develop.15 / 2017-12-28 * PR #229 - Update .travis.yml. Add Ruby 2.5 to matrix (@abinoam) diff --git a/lib/highline/version.rb b/lib/highline/version.rb index 8465ec5..879c9c9 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.15".freeze + VERSION = "2.0.0-develop.16".freeze end -- cgit v1.2.1