Skip to content

Commit fe360ab

Browse files
committed
bump: version 0.2.1 → 1.0.0
1 parent d1c7b3e commit fe360ab

File tree

4 files changed

+480
-460
lines changed

4 files changed

+480
-460
lines changed

CHANGELOG.md

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

3+
## 1.0.0 (2025-06-17)
4+
5+
### Feat
6+
7+
- apply country filtering during import
8+
- add ability to skip downloading file if path is provided
9+
- replace subprocess/awk with csv
10+
- Added country table, renamed geo column
11+
- voronoi generator
12+
13+
### Fix
14+
15+
- reverted country_code column name change
16+
- added index on geocoding.country_code
17+
18+
### Refactor
19+
20+
- fix ruff lint issues for voronoi generator
21+
322
## 0.2.1 (2025-02-17)
423

524
### Fix

pg_nearest_city/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.1"
1+
__version__ = "1.0.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 = "pg-nearest-city"
3-
version = "0.2.1"
3+
version = "1.0.0"
44
description = "Given a geopoint, find the nearest city using PostGIS (reverse geocode)."
55
authors = [
66
{name = "Sam Woodcock", email = "[email protected]"},
@@ -88,7 +88,7 @@ asyncio_default_fixture_loop_scope="function"
8888

8989
[tool.commitizen]
9090
name = "cz_conventional_commits"
91-
version = "0.2.1"
91+
version = "1.0.0"
9292
version_files = [
9393
"pyproject.toml:version",
9494
"pg_nearest_city/__version__.py",

0 commit comments

Comments
 (0)