From d92aafb6ea8aefd4f80dfacd0bedfaa4a7972d72 Mon Sep 17 00:00:00 2001 From: Nate Berkopec Date: Fri, 9 Sep 2016 09:15:52 -0700 Subject: [PATCH] 1.7.2 --- History.rdoc | 5 +++++ lib/terminal-table/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/History.rdoc b/History.rdoc index 0f059af..603ed77 100644 --- a/History.rdoc +++ b/History.rdoc @@ -1,3 +1,8 @@ +1.7.2 / 2016-09-09 +================== + +* Fix packing table to a minimal width (@vizv, #76) + 1.7.1 / 2016-08-29 ================== diff --git a/lib/terminal-table/version.rb b/lib/terminal-table/version.rb index 0559cfc..c191a49 100644 --- a/lib/terminal-table/version.rb +++ b/lib/terminal-table/version.rb @@ -1,5 +1,5 @@ module Terminal class Table - VERSION = '1.7.1' + VERSION = '1.7.2' end end