Skip to content

Commit ba051e6

Browse files
committed
4.0.0
1 parent c5f6d53 commit ba051e6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

History.rdoc

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
4.0.0 / 2025-01-28
2+
==================
3+
4+
- Non-unicode characters are no longer supported. They will be replaced.
5+
- Headings may be set to nil.
6+
- unicode-display-width version 3 supported.
7+
18
3.0.2 / 2021-09-19
29
==================
310

lib/terminal-table/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Terminal
22
class Table
3-
VERSION = '3.0.2'
3+
VERSION = '4.0.0'
44
end
55
end

0 commit comments

Comments
 (0)