]> git.immae.eu Git - github/fretlink/tap-google-sheets.git/blob - CHANGELOG.md
Bump to v1.0.0, update changelog (#6)
[github/fretlink/tap-google-sheets.git] / CHANGELOG.md
1 # Changelog
2
3 ## 1.0.0
4 * No change from `v0.0.4`
5
6 ## 0.0.4
7 * Add logic to skip empty worksheets in Discovery and Sync mode.
8
9 ## 0.0.3
10 * Update README.md documentation. Improved logging and handling of errors and warnings. Better null handling in Discovery and Sync. Fix issues with activate version messages.
11
12 ## 0.0.2
13 * Change number json schema to anyOf with multipleOf; skip empty rows; move write_bookmark to end of sync.py
14
15 ## 0.0.1
16 * Initial commit