Skip to content

Commit

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

* Unreleased
* 1.3 (2020-12-05)
* Allow an existing schema file to be specified using
`--existing_schema_path` flag, so that new data can be merged into it.
See #40, #57, and #61.
(Thanks to abroglesc@ and bozzzzo@).
* 1.2 (2020-10-27)
* Print full path of nested JSON elements in error messages (See #52;
thanks abroglesc@).
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ $ generate-schema < file.data.json > file.schema.json
$ generate-schema --input_format csv < file.data.csv > file.schema.json
```

Version: 1.2 (2020-10-27)
Version: 1.3 (2020-12-05)

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

Expand Down Expand Up @@ -791,6 +791,8 @@ and 3.8.
* Bug fix in `--sanitize_names` by Riccardo M. Cefala (riccardomc@).
* Print full path of nested JSON elements in error messages, by Austin Brogle
(abroglesc@).
* Allow an existing schema file to be specified using `--existing_schema_path`,
by Austin Brogle (abroglesc@) and Bozo Dragojevic (bozzzzo@).
## License
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.2'
__version__ = '1.3'

0 comments on commit e5a50af

Please sign in to comment.