We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c53468e commit 3450e20Copy full SHA for 3450e20
README.md
@@ -172,7 +172,7 @@ We love CSV tools and use them all the time! Here are a few that we rely on:
172
173
### Changelog
174
175
-#### unreleased (main)
+#### 0.0.7 (Aug '25)
176
177
- handle data that already contains ANSI colors (thx @ronaldtse, #12)
178
- don't crash if IO.console is nil (thx @ronaldtse, #14)
lib/table_tennis/version.rb
@@ -1,3 +1,3 @@
1
module TableTennis
2
- VERSION = "0.0.6"
+ VERSION = "0.0.7"
3
end
0 commit comments