Skip to content

Commit 3f8ccf1

Browse files
committed
bump version to 0.2.10
1 parent c90a5a1 commit 3f8ccf1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

HISTORY.md

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

3+
### 0.2.10 (2025-09-02)
4+
5+
- New feature: unnest a sub-field in a struct
6+
- Set bookmark key per stream
7+
- url_param_ options for datetime format and isoformat flavors (see default_spec.json)
8+
39
### 0.2.9 (2024-07-16)
410

511
- Config switch to drop unknown (sub-)properties.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
from setuptools import setup
33

4-
VERSION = "0.2.9"
4+
VERSION = "0.2.10"
55

66
with open("README.md", "r") as fh:
77
long_description = fh.read()

0 commit comments

Comments
 (0)