summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbinoam Praxedes Marques Jr <abinoam@gmail.com>2016-02-01 12:37:43 -0300
committerAbinoam Praxedes Marques Jr <abinoam@gmail.com>2016-02-19 04:15:08 -0300
commitd82032b2439241f7f05aa0294538d28cc4142b4d (patch)
tree6aa7de97ce479a2d4fb2b11b920b0b9013760f0a
parent6f4fc818e6702f40ff51ed8902c260330c886bdd (diff)
downloadhighline-pr184_rebased.tar.gz
Update Changelog.md and bump up version to 2.0.0-develop.6pr184_rebased
-rw-r--r--Changelog.md11
-rw-r--r--lib/highline/version.rb2
2 files changed, 8 insertions, 5 deletions
diff --git a/Changelog.md b/Changelog.md
index 6bf5ea4..fe42734 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -2,6 +2,13 @@
Below is a complete listing of changes for each revision of HighLine.
+### 2.0.0-develop.6 / 2016-02-01
+* PR #184 - Menu improvements, bug fixes, and more tests by Geoff Lee (@matrinox)
+ * Add third arg to menu that overides the choice displayed to the user
+ * FIX: autocomplete prompt does not include menu choices after the first
+ * Add specs to cover the new features and the bug fix
+* PR #183 - Fix menu example in README.md by Fabien Foerster (@fabienfoerster)
+
### 2.0.0-develop.5 / 2015-12-27
* Fix #180 with PR #181 - Make it possible to overwrite the menu prompt shown on errors.
@@ -19,10 +26,6 @@ We also bring some improvement on CodeClimate scores.
#### CHANGES SUMMARY
-* PR #184 - Menu improvements, bug fixes, and more tests by Geoff Lee (@matrinox)
- * Add third arg to menu that overides the choice displayed to the user
- * FIX: autocomplete prompt does not include menu choices after the first
- * Add specs to cover the new features and the bug fix
* PR #179 - Make inch happy. Grade "A" for the whole HighLine documentation. By Abinoam Jr. (@abinoam)
* PR #178 - Improve score on Code Climate by applying some refactoring. By Abinoam Jr. (@abinoam)
* PR #172 - Initial work on documentation by Abinoam Jr. (@abinoam)
diff --git a/lib/highline/version.rb b/lib/highline/version.rb
index 7977660..d4d5537 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.5".freeze
+ VERSION = "2.0.0-develop.6".freeze
end