Skip to content

Commit 16a295e

Browse files
committed
bump: version 0.2.0 → 0.3.0
1 parent 981d2fd commit 16a295e

File tree

4 files changed

+711
-705
lines changed

4 files changed

+711
-705
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.3.0 (2025-07-10)
2+
3+
### Feat
4+
5+
- Request plain geojson output
6+
17
## 0.2.0 (2025-07-03)
28

39
### Feat

osm_data_client/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.0"
1+
__version__ = "0.3.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.2.0"
3+
version = "0.3.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.2.0"
41+
version = "0.3.0"
4242
version_files = [
4343
"pyproject.toml:version",
4444
"osm_data_client/__version__.py",

0 commit comments

Comments
 (0)