Skip to content

Commit

Permalink
Bump version to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bxparks committed Dec 17, 2018
1 parent 1f4679f commit 1678335
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

* 0.3 (2018-12-17)
* Tighten TIMESTAMP and DATE validation (thanks jtschichold@).
* Inspect the internals of STRING values to infer BOOLEAN, INTEGER or FLOAT
types (thanks jtschichold@).
* Handle conversion of these string types when mixed with their non-quoted
equivalents, matching the conversion logic followed by 'bq load'.
* 0.2.1 (2018-07-18)
* Add `anonymizer.py` script to create anonymized data files for
benchmarking.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Usage:
$ generate-schema < file.data.json > file.schema.json
```

Version: 0.2.1 (2018-07-18)
Version: 0.3 (2018-12-17)

## Background

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
long_description = 'BigQuery schema generator.'

setup(name='bigquery-schema-generator',
version='0.2.1',
version='0.3',
description='BigQuery schema generator',
long_description=long_description,
url='https://github.com/bxparks/bigquery-schema-generator',
Expand Down

0 comments on commit 1678335

Please sign in to comment.