Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Geocodio/geocodio-library-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.0
Choose a base ref
...
head repository: Geocodio/geocodio-library-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.0
Choose a head ref
  • 7 commits
  • 15 files changed
  • 1 contributor

Commits on Aug 8, 2025

  1. fix: add missing newline at end of _version.py file

    Resolved flake8 W292 warning by ensuring the file ends with a newline character.
    MiniCodeMonkey committed Aug 8, 2025
    Configuration menu
    Copy the full SHA
    534f12d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4713a68 View commit details
    Browse the repository at this point in the history
  3. 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(...)`
    MiniCodeMonkey committed Aug 8, 2025
    Configuration menu
    Copy the full SHA
    559a88c View commit details
    Browse the repository at this point in the history
  4. 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.
    MiniCodeMonkey committed Aug 8, 2025
    Configuration menu
    Copy the full SHA
    0835d0b View commit details
    Browse the repository at this point in the history
  5. docs: update README examples to use Geocodio class name

    Update all code examples and documentation in README to reflect the renamed class.
    MiniCodeMonkey committed Aug 8, 2025
    Configuration menu
    Copy the full SHA
    4ca2d4b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #11 from Geocodio/refactor/rename-client-to-geocodio

    refactor!: Rename GeocodioClient to Geocodio
    MiniCodeMonkey authored Aug 8, 2025
    Configuration menu
    Copy the full SHA
    e2a981f View commit details
    Browse the repository at this point in the history
  7. chore: prepare release v0.2.0

    - Bump version to 0.2.0
    - Update CHANGELOG with breaking change notes
    - Document migration guide for GeocodioClient to Geocodio rename
    MiniCodeMonkey committed Aug 8, 2025
    Configuration menu
    Copy the full SHA
    e33e911 View commit details
    Browse the repository at this point in the history
Loading