Thanks to visit codestin.com
Credit goes to github.com

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: ioxiocom/firedantic
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.8.1
Choose a base ref
...
head repository: ioxiocom/firedantic
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.9.0
Choose a head ref
  • 4 commits
  • 10 files changed
  • 2 contributors

Commits on Feb 21, 2025

  1. Configuration menu
    Copy the full SHA
    357993a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4445fb View commit details
    Browse the repository at this point in the history
  3. Release 0.9.0 (#81)

    Joakim Nordling authored Feb 21, 2025
    Configuration menu
    Copy the full SHA
    094fb69 View commit details
    Browse the repository at this point in the history
  4. Fix issue with publishing to PyPI (#82)

    Publishing to PyPI failed with error:
    Checking dist/firedantic-0.9.0-py3-none-any.whl: ERROR    InvalidDistribution: Metadata is missing required fields: Name,
             Version.
             Make sure the distribution includes the files where those fields are
             specified, and is using a supported Metadata-Version: 1.0, 1.1, 1.2,
             2.0, 2.1, 2.2.
    
    From poetry-core 2.0.0 release notes:
    - Create METADATA files with version 2.3 instead of 2.2 (#707).
    
    This PR thus locks the poetry version in GitHub actions to the last 1.x series, i.e. 1.8.5.
    Joakim Nordling authored Feb 21, 2025
    Configuration menu
    Copy the full SHA
    938a17d View commit details
    Browse the repository at this point in the history
Loading