Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nateberkopec committed Jan 27, 2025
1 parent c5f6d53 commit ba051e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions History.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
4.0.0 / 2025-01-28
==================

- Non-unicode characters are no longer supported. They will be replaced.
- Headings may be set to nil.
- unicode-display-width version 3 supported.

3.0.2 / 2021-09-19
==================

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.2'
VERSION = '4.0.0'
end
end

0 comments on commit ba051e6

Please sign in to comment.