File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.2.0] - 2025-08-08
11+
12+ ### Changed
13+ - ** BREAKING** : Renamed main client class from ` GeocodioClient ` to ` Geocodio ` for simplicity and consistency with other SDKs
14+ - Migration: Change imports from ` from geocodio import GeocodioClient ` to ` from geocodio import Geocodio `
15+ - Migration: Update instantiation from ` client = GeocodioClient(...) ` to ` client = Geocodio(...) `
16+
1017## [ 0.1.0] - 2025-08-08
1118
1219### Added
@@ -32,5 +39,6 @@ When ready to release:
32395 . Push tags: ` git push --tags `
33406 . GitHub Actions will automatically publish to PyPI
3441
35- [ Unreleased ] : https://github.com/Geocodio/geocodio-library-python/compare/v0.1.0...HEAD
42+ [ Unreleased ] : https://github.com/Geocodio/geocodio-library-python/compare/v0.2.0...HEAD
43+ [ 0.2.0 ] : https://github.com/Geocodio/geocodio-library-python/compare/v0.1.0...v0.2.0
3644[ 0.1.0 ] : https://github.com/Geocodio/geocodio-library-python/releases/tag/v0.1.0
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " geocodio-library-python"
7- version = " 0.1 .0"
7+ version = " 0.2 .0"
88description = " A Python client for the Geocodio API"
99readme = " README.md"
1010requires-python = " >=3.11"
Original file line number Diff line number Diff line change 11"""Version information for geocodio package."""
22
3- __version__ = "0.1 .0"
3+ __version__ = "0.2 .0"
You can’t perform that action at this time.
0 commit comments