Skip to content

Commit

Permalink
Merge pull request #93 from bxparks/develop
Browse files Browse the repository at this point in the history
Bump version to 1.6.0; same as 1.5.2
  • Loading branch information
bxparks authored Apr 1, 2023
2 parents e78ea33 + 667f590 commit d8fb050
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog

* Unreleased
* 1.5.2 (2023-04-01)
* 1.6.0 (2023-04-01)
* Allow `null` fields to convert to `REPEATED` because `bq load` seems
to interpret null fields to be equivalent to an empty array `[]`.
See [#90](https://github.com/bxparks/bigquery-schema-generator/issues/90).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $ generate-schema < file.data.json > file.schema.json
$ generate-schema --input_format csv < file.data.csv > file.schema.json
```

**Version**: 1.5.2 (2023-04-01)
**Version**: 1.6.0 (2023-04-01)

**Changelog**: [CHANGELOG.md](CHANGELOG.md)

Expand Down
2 changes: 1 addition & 1 deletion bigquery_schema_generator/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.5.2'
__version__ = '1.6.0'

0 comments on commit d8fb050

Please sign in to comment.