From b48f09dc4828b6eab3588862d53a445197f6ee26 Mon Sep 17 00:00:00 2001 From: "Abinoam P. Marques Jr" Date: Mon, 25 Sep 2017 00:08:19 -0300 Subject: Update Changelog / 2.0.0-develop.11 --- Changelog.md | 8 +++++++- lib/highline/version.rb | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 4c81472..fe00ff2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,8 +2,14 @@ Below is a complete listing of changes for each revision of HighLine. +### 2.0.0-develop.11 / 2017-09-25 +* PR #215 - Apply several Rubocop stylistic suggestions (@abinoam) + * Update gemspec/Gemfile to newer standards + * Update travis configuration fixing 1.9 problem + * Adjust .rubocop.yml with things we don't want to change + ### 2.0.0-develop.10 / 2017-06-29 -* PR #214 - Remove `$terminal` (global variable) +* PR #214 - Remove `$terminal` (global variable) (@abinoam) * Use HighLine.default_instance instead * Reorganize/Group code at lib/highline.rb diff --git a/lib/highline/version.rb b/lib/highline/version.rb index 5b6b4f8..87be435 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.10".freeze + VERSION = "2.0.0-develop.11".freeze end -- cgit v1.2.1