Skip to content

Commit 567aa4a

Browse files
committed
bump version to 0.2.12
1 parent 32aad39 commit 567aa4a

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## History
22

3+
### 0.2.12 (2025-09-10)
4+
- feature: Option to read sample records from the files instead of API to infer schema
5+
- fix: infer_schema not picking up offset_start and page_start from the config
6+
37
### 0.2.11 (2025-09-02)
48
- fix dependency versions
59

bin/release_build

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
python3 setup.py clean --all
66
rm -fr dist
77
rm -fr build
8-
rm -fr tap_bigquery.egg-info
9-
python3 setup.py sdist bdist_wheel
8+
rm -fr *.egg-info
109

11-
# test
12-
# python3 -m twine upload --repository testpypi dist/*
13-
twine upload dist/*
10+
uv build
11+
# python -m build
12+
13+
uv publish

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "tap-rest-api"
7-
version = "0.2.11"
7+
version = "0.2.12"
88
description = "Singer.io tap for extracting data from any REST API"
99
readme = "README.md"
1010
requires-python = ">=3.9"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)