File tree Expand file tree Collapse file tree 3 files changed +22
-3
lines changed Expand file tree Collapse file tree 3 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 0.2.0 (2025-07-03)
2+
3+ ### Feat
4+
5+ - first impl
6+
7+ ### Fix
8+
9+ - add params like st_within and centroid
10+ - get stream param from kwargs
11+ - ** config** : add stream parameter to check if download is required or not
12+
13+ ### Refactor
14+
15+ - add download_data to RawDataOutputOptions to allow stream
16+ - replace typing imports with direct python types
17+ - fix for pre-commit hooks
18+ - run pre-commit hooks on all code
19+ - implement reviewer feedback and improve core functionality
Original file line number Diff line number Diff line change 1- __version__ = "0.1 .0"
1+ __version__ = "0.2 .0"
Original file line number Diff line number Diff line change 11[project ]
22name = " raw-data-api-py"
3- version = " 0.1 .0"
3+ version = " 0.2 .0"
44description = " A Python API wrapper for the raw-data-api service."
55readme = " README.md"
66requires-python = " >=3.10"
@@ -38,7 +38,7 @@ asyncio_default_fixture_loop_scope="session"
3838
3939[tool .commitizen ]
4040name = " cz_conventional_commits"
41- version = " 0.1 .0"
41+ version = " 0.2 .0"
4242version_files = [
4343 " pyproject.toml:version" ,
4444 " osm_data_client/__version__.py" ,
You can’t perform that action at this time.
0 commit comments