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: hetznercloud/hcloud-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.1
Choose a base ref
...
head repository: hetznercloud/hcloud-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.0
Choose a head ref
  • 13 commits
  • 11 files changed
  • 4 contributors

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    0d7631c View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    78c1cfc View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Configuration menu
    Copy the full SHA
    a66d6d6 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    66ccd2a View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    20c32d5 View commit details
    Browse the repository at this point in the history
  2. fix: change floating ip labels type to dict[str, str] (#444)

    The type for the floating ip label was wrong. Its now changed to the
    type in the comments and works as expected.
    p4ck3t0 authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    1f6da4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4db0e20 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec2c02b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    93a5641 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    da0dc98 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. feat: support python 3.13 (#451)

    Adds support for the newly released Python 3.13.
    jooola authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    4a514c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64b48ef View commit details
    Browse the repository at this point in the history
  3. chore(main): release 2.3.0 (#450)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [2.3.0](v2.2.1...v2.3.0)
    (2024-10-09)
    
    
    ### Features
    
    * support python 3.13
    ([#451](#451))
    ([4a514c7](4a514c7))
    
    
    ### Bug Fixes
    
    * change floating ip labels type to `dict[str, str]`
    ([#444](#444))
    ([1f6da4e](1f6da4e))
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    hcloud-bot authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    55e4513 View commit details
    Browse the repository at this point in the history
Loading