Skip to content

Commit 3450e20

Browse files
committed
prep for 0.0.7
1 parent c53468e commit 3450e20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ We love CSV tools and use them all the time! Here are a few that we rely on:
172172

173173
### Changelog
174174

175-
#### unreleased (main)
175+
#### 0.0.7 (Aug '25)
176176

177177
- handle data that already contains ANSI colors (thx @ronaldtse, #12)
178178
- don't crash if IO.console is nil (thx @ronaldtse, #14)

lib/table_tennis/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module TableTennis
2-
VERSION = "0.0.6"
2+
VERSION = "0.0.7"
33
end

0 commit comments

Comments
 (0)