summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbinoam P. Marques Jr <abinoam@gmail.com>2017-11-05 11:31:39 -0300
committerAbinoam P. Marques Jr <abinoam@gmail.com>2017-11-05 11:49:33 -0300
commit56a4fd370bf0d3d2b44afaadf4a5a1098066b22b (patch)
tree787b80208ffe6f252dbd9221fe17517f4d46092a
parent1fa3ce76dabc309948f6be709ef56cb66396b838 (diff)
downloadhighline-56a4fd370bf0d3d2b44afaadf4a5a1098066b22b.tar.gz
Bump up version to 2.0.0-develop.13
... and update Changelog.
-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 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