Skip to content

Commit

Permalink
v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nateberkopec committed May 10, 2021
1 parent a278cc6 commit d6ede54
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
terminal-table (3.0.0)
terminal-table (3.0.1)
unicode-display_width (>= 1.1.1, < 3)

GEM
Expand Down Expand Up @@ -46,4 +46,4 @@ DEPENDENCIES
tins (~> 1.0.0)

BUNDLED WITH
2.2.0
2.2.3
7 changes: 7 additions & 0 deletions History.rdoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
3.0.1 / 2021-05-10
==================

- Support for unicode-display_width 2.0
- Fix issue where last row of an empty table changed format

3.0.0 / 2020-01-27
==================

- Support for (optional) Unicode border styles on tables. In order to support decent looking Unicode borders, different types of intersections get different types of intersection characters. This has the side effect of subtle formatting differences even for the ASCII table border case due to removal of certain intersections near colspans.

Expand Down
2 changes: 1 addition & 1 deletion lib/terminal-table/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Terminal
class Table
VERSION = '3.0.0'
VERSION = '3.0.1'
end
end

0 comments on commit d6ede54

Please sign in to comment.