Skip to content

Commit 9120c81

Browse files
committed
Bump version to 1.2
1 parent 7c3c2ac commit 9120c81

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22

33
* Unreleased
4+
* 1.2 (2020-10-27)
5+
* Print full path of nested JSON elements in error messages (See #52;
6+
thanks abroglesc@).
47
* 1.1 (2020-07-10)
58
* Add `--ignore_invalid_lines` to ignore parsing errors on invalid lines
69
and continue processing. Fixes

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ $ generate-schema < file.data.json > file.schema.json
1212
$ generate-schema --input_format csv < file.data.csv > file.schema.json
1313
```
1414

15-
Version: 1.1 (2020-07-10)
15+
Version: 1.2 (2020-10-27)
1616

1717
Changelog: [CHANGELOG.md](CHANGELOG.md)
1818

@@ -723,6 +723,7 @@ now requires Python 3.6 or higher, I think mostly due to the use of f-strings.
723723

724724
I have tested it on:
725725

726+
* Ubuntu 20.04, Python 3.8.5
726727
* Ubuntu 18.04, Python 3.7.7
727728
* Ubuntu 18.04, Python 3.6.7
728729
* Ubuntu 17.10, Python 3.6.3
@@ -745,6 +746,8 @@ and 3.8.
745746
* Sanitizing of column names to valid BigQuery characters and length by Jon
746747
Warghed (jonwarghed@).
747748
* Bug fix in `--sanitize_names` by Riccardo M. Cefala (riccardomc@).
749+
* Print full path of nested JSON elements in error messages, by Austin Brogle
750+
(abroglesc@).
748751

749752

750753
## License
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.1'
1+
__version__ = '1.2'

0 commit comments

Comments
 (0)