Skip to content

Commit 3b0fa83

Browse files
committed
CleverCSV Release 0.8.2
* Add more type hints to CleverCSV * Move the import of the optional tabview dependency to where it's needed (for #101) * Allow inspecting more rows for header detection (fixes #98)
1 parent 2db251c commit 3b0fa83

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## Version 0.8.2
4+
5+
* Add more type hints to CleverCSV
6+
* Move the import of the optional tabview dependency to where it's needed (for
7+
#101)
8+
* Allow inspecting more rows for header detection (fixes #98)
9+
310
## Version 0.8.1
411

512
* Add type hints to CleverCSV

docs/CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
Changelog
33
=========
44

5+
Version 0.8.2
6+
-------------
7+
8+
9+
* Add more type hints to CleverCSV
10+
* Move the import of the optional tabview dependency to where it's needed (for
11+
#101)
12+
* Allow inspecting more rows for header detection (fixes #98)
13+
514
Version 0.8.1
615
-------------
716

0 commit comments

Comments
 (0)