Skip to content

Commit

Permalink
CleverCSV Release 0.7.0
Browse files Browse the repository at this point in the history
* Add a JSON object data type to address a specific failure case ([#37](#37)).
* Add support for timezones for time data type
* Add support for building wheels on non-native architectures ([#39](#39)).
* Add a flag to disable skipping type detection using the command line interface.
  • Loading branch information
GjjvdBurg committed Jul 16, 2021
1 parent 9beecdb commit cab3a49
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## Version 0.7.0

* Add a JSON object data type to address a specific failure case
([#37](https://github.com/alan-turing-institute/CleverCSV/issues/37)).
* Add support for timezones for time data type
* Add support for building wheels on non-native architectures
([#39](https://github.com/alan-turing-institute/CleverCSV/issues/39)).
* Add a flag to disable skipping type detection using the command line
interface.

## Version 0.6.8

* Add a "bytearray" type to address a specific failure case
Expand Down
12 changes: 12 additions & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
Changelog
=========

Version 0.7.0
-------------


* Add a JSON object data type to address a specific failure case
(\ `#37 <https://github.com/alan-turing-institute/CleverCSV/issues/37>`_\ ).
* Add support for timezones for time data type
* Add support for building wheels on non-native architectures
(\ `#39 <https://github.com/alan-turing-institute/CleverCSV/issues/39>`_\ ).
* Add a flag to disable skipping type detection using the command line
interface.

Version 0.6.8
-------------

Expand Down

0 comments on commit cab3a49

Please sign in to comment.