Skip to content

Commit 4d7cb9b

Browse files
committed
bump: version 0.0.0 → 0.1.0
1 parent 1846429 commit 4d7cb9b

File tree

4 files changed

+32
-4
lines changed

4 files changed

+32
-4
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,29 @@
11
# Changelog
2+
3+
## 0.1.0 (2025-02-08)
4+
5+
## 0.0.0 (2025-02-08)
6+
7+
### Feat
8+
9+
- re-added usage with context manager
10+
- added sync code generation with unasync
11+
- init status and logger
12+
- async wrapper
13+
- auto init when used with context manager
14+
- initialization checks
15+
- added support for external db connections and for closing internal ones
16+
- delete voronoi file after init to lower disk usage
17+
- gzipped files to lower disk usage
18+
- first commit, add stub project, license
19+
20+
### Fix
21+
22+
- added pre-generated sync files
23+
- return on invalid table structure
24+
- changed test dbconfig to match compose file
25+
- moved check for init files existance when they're actually needed
26+
27+
### Refactor
28+
29+
- moved shared logic into base class

pg_nearest_city/__version__.py

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

7878
[tool.commitizen]
7979
name = "cz_conventional_commits"
80-
version = "0.0.0"
80+
version = "0.1.0"
8181
version_files = [
8282
"pyproject.toml:version",
8383
"pg_nearest_city/__version__.py",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)