-
Notifications
You must be signed in to change notification settings - Fork 2
Comparing changes
Open a pull request
base repository: Geocodio/geocodio-library-python
base: v0.1.0
head repository: Geocodio/geocodio-library-python
compare: v0.2.0
- 7 commits
- 15 files changed
- 1 contributor
Commits on Aug 8, 2025
-
fix: add missing newline at end of _version.py file
Resolved flake8 W292 warning by ensuring the file ends with a newline character.
Configuration menu - View commit details
-
Copy full SHA for 534f12d - Browse repository at this point
Copy the full SHA 534f12dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4713a68 - Browse repository at this point
Copy the full SHA 4713a68View commit details -
refactor\!: rename GeocodioClient to Geocodio
BREAKING CHANGE: The main client class has been renamed from GeocodioClient to Geocodio for simplicity and consistency with other SDKs. Migration guide: - Change imports from `from geocodio import GeocodioClient` to `from geocodio import Geocodio` - Update instantiation from `client = GeocodioClient(...)` to `client = Geocodio(...)`
Configuration menu - View commit details
-
Copy full SHA for 559a88c - Browse repository at this point
Copy the full SHA 559a88cView commit details -
test: update tests to use renamed Geocodio class
Update all test files and smoke tests to import and use the new Geocodio class name instead of GeocodioClient.
Configuration menu - View commit details
-
Copy full SHA for 0835d0b - Browse repository at this point
Copy the full SHA 0835d0bView commit details -
docs: update README examples to use Geocodio class name
Update all code examples and documentation in README to reflect the renamed class.
Configuration menu - View commit details
-
Copy full SHA for 4ca2d4b - Browse repository at this point
Copy the full SHA 4ca2d4bView commit details -
Merge pull request #11 from Geocodio/refactor/rename-client-to-geocodio
refactor!: Rename GeocodioClient to Geocodio
Configuration menu - View commit details
-
Copy full SHA for e2a981f - Browse repository at this point
Copy the full SHA e2a981fView commit details -
- Bump version to 0.2.0 - Update CHANGELOG with breaking change notes - Document migration guide for GeocodioClient to Geocodio rename
Configuration menu - View commit details
-
Copy full SHA for e33e911 - Browse repository at this point
Copy the full SHA e33e911View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.1.0...v0.2.0