Skip to content

Commit d84581a

Browse files
committed
bump: version 0.1.0 → 0.2.0
1 parent 298951a commit d84581a

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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

osm_data_client/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.0"
1+
__version__ = "0.2.0"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "raw-data-api-py"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "A Python API wrapper for the raw-data-api service."
55
readme = "README.md"
66
requires-python = ">=3.10"
@@ -38,7 +38,7 @@ asyncio_default_fixture_loop_scope="session"
3838

3939
[tool.commitizen]
4040
name = "cz_conventional_commits"
41-
version = "0.1.0"
41+
version = "0.2.0"
4242
version_files = [
4343
"pyproject.toml:version",
4444
"osm_data_client/__version__.py",

0 commit comments

Comments
 (0)