From 56a4fd370bf0d3d2b44afaadf4a5a1098066b22b Mon Sep 17 00:00:00 2001 From: "Abinoam P. Marques Jr" Date: Sun, 5 Nov 2017 11:31:39 -0300 Subject: Bump up version to 2.0.0-develop.13 ... and update Changelog. --- Changelog.md | 5 ++++- lib/highline/version.rb | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index f19cb9f..53dd055 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,7 +2,10 @@ Below is a complete listing of changes for each revision of HighLine. -### Unreleased +### 2.0.0-develop.13 / 2017-11-05 +* PR #219 - Make possible to use a callable as response (@abinoam) + +### 2.0.0-develop.12 / 2017-10-19 * PR #218 - Ease transition from 1.7.x to 2.0.x (@abinoam) * Copy use_color from HighLine.default_instance * Expose IOConsoleCompatible diff --git a/lib/highline/version.rb b/lib/highline/version.rb index 41ff060..1def22d 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.12".freeze + VERSION = "2.0.0-develop.13".freeze end -- cgit v1.2.1