]> git.immae.eu Git - github/fretlink/tap-google-sheets.git/blame - CHANGELOG.md
Bump 1.0.2 (#14)
[github/fretlink/tap-google-sheets.git] / CHANGELOG.md
CommitLineData
89643ba6
JH
1# Changelog
2
ba9a302c 3## 1.0.2
4 * Skip sheets for which we fail to generate a schema
5
f012a137
SC
6## 1.0.1
7 * Emit state file for incremental sync where bookmark not exceeded.
8
4d4082c8
AL
9## 1.0.0
10 * No change from `v0.0.4`
11
376f1145
JH
12## 0.0.4
13 * Add logic to skip empty worksheets in Discovery and Sync mode.
14
43a24cba
JH
15## 0.0.3
16 * 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.
17
5890b89c
JH
18## 0.0.2
19 * Change number json schema to anyOf with multipleOf; skip empty rows; move write_bookmark to end of sync.py
20
89643ba6
JH
21## 0.0.1
22 * Initial commit