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

Commits on Apr 3, 2023

  1. Remove incorrect dependencies in pyproject.toml (#405)

    * Remove redundant wheel dep from pyproject.toml
    
       Remove the redundant `wheel` dependency, as it is added by the backend
    automatically.  Listing it explicitly in the documentation was
    a historical mistake and has been fixed since, see:
    pypa/setuptools@f7d30a9
    
    * Add build into deps (prepare-dist)
    
    Co-authored-by: Tom Schraitle <[email protected]>
    mgorny and tomschr authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    3215a99 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Configuration menu
    Copy the full SHA
    7625129 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #406 from treee111/next_version-docu

    correct typo in function description of `next_version`
    tomschr authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    fe28d2a View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2023

  1. Improve GitHub Action

    * Set timeout-minutes ti 15min
    * Add on.push.path on.pull_request.path
    * Raise Python 3.7 -> 3.8
    * Use cache for actions/setup-python@v3
    tomschr committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    100d90b View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Merge pull request #408 from tomschr/gha-improve

    Improve GitHub Action
    tomschr authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    1e3283a View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Add CITATION.cff for citation

    Benefits:
    * Users of our software can easily cite it using the metadata from
      CITATION.cff
    * GitHub shows the citation information in the sidebar
    * Browser plugins can import the correct reference
    
    Sources:
    * https://citation-file-format.github.io/
    * https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files
    tomschr committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    39bf287 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a8331f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #409 from tomschr/add-citation

    Add CITATION.cff for citation
    tomschr authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    9227686 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Fix #410 Export all names in __all__ variable

    * Export all semver names in `__all__` variable.
    * Fix linting issues
    Soneji authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    17bc257 View commit details
    Browse the repository at this point in the history
  2. Configure docformatter (#412)

    * Add config options to pyproject.toml
    * Call docformatter without any options in tox.ini
      as they are set in pyproject.toml now
    tomschr authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    90c3484 View commit details
    Browse the repository at this point in the history
  3. Prepare version 3.0.1 (#413)

    * Raise version
    * Ignore exit code from docformatter in checks `tox.ini`
    * Correct typo in release-procedure.md
    * Update CHANGELOG.rst
    tomschr authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    c268060 View commit details
    Browse the repository at this point in the history
Loading