8000 Comparing v9.8.8...v9.8.9 · python-semantic-release/python-semantic-release · GitHub
[go: up one dir, main page]

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-semantic-release/python-semantic-release
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.8.8
Choose a base ref
...
head repository: python-semantic-release/python-semantic-release
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.8.9
Choose a head ref
  • 7 commits
  • 20 files changed
  • 4 contributors

Commits on Sep 7, 2024

  1. build(deps-dev): bump mypy from 1.10.1 to 1.11.2 (#1009)

    * build(deps-dev): bump mypy from 1.10.1 to 1.11.2
    
    * chore(pre-commit): bump mypy from 1.10.0 to 1.11.2
    dependabot[bot] authored Sep 7, 2024
    Configuration menu
    Copy the full SHA
    0b7cb84 View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump ruff from 0.5.0 to 0.6.1 (#1006)

    * build(deps-dev): bump ruff from 0.5.0 to 0.6.1
    
    * chore(pre-commit): bump ruff plugin from 0.5.0 to 0.6.1
    dependabot[bot] authored Sep 7, 2024
    Configuration menu
    Copy the full SHA
    297f612 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. docs: update docstrings to resolve sphinx failures (#1030)

    set `ignore-module-all` for `autodoc_default_options` to resolve some
    Sphinx errors about duplicate / ambiguous references
    sphinx-doc/sphinx#4961 (comment)
    
    Standardize some non-standard (Google-ish) docstrings to Sphinx
    format, to avoid ruff and Sphinx arguing about underline length.
    
    Fix indents and other minor whitespace / formatting changes.
    
    Fixes #1029
    wyardley authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    d84efc7 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

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

Commits on Sep 27, 2024

  1. chore(gha): update action details for marketplace publishing (#1032)

    * chore(gha): update action details for marketplace publishing
    
    * docs(homepage): re-structure homepage to be separate from project readme
    
    * docs(README): simplify README to point at official docs
    codejedi365 authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    2307ed2 View commit details
    Browse the repository at this point in the history
  2. fix(version-cmd): improve version_variables flexibility w/ quotes (…

    …ie. json, yaml, etc) (#1028)
    
    * fix(version-cmd): increase `version_variable` flexibility with quotations (ie. json, yaml, etc)
    
      Previously json would not work due to the key being wrapped in quotes, yaml also has issues
      when it does not usually use quotes. The regex we created originally only wrapped the version
      to be replaced in quotes but now both the key and version can optionally be wrapped in
      different kind of quotations.
    
      Resolves: #601, #706, #962, #1026
    
    * docs(configuration): add clarity to `version_variables` usage & limitations
    
      Ref: #941
    
    * fix(version-cmd): ensure `version_variables` do not match partial variable names
    
    * build(deps-test): add `PyYAML` as a test dependency
    
    * test(fixtures): refactor location of fixture for global use of cli runner
    
    * test(stamp-version): add test cases to stamp json, python, & yaml files
    codejedi365 authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    156915c View commit details
    Browse the repository at this point in the history
  3. 9.8.9

    Automatically generated by python-semantic-release
    semantic-release committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    cbe8eaa View commit details
    Browse the repository at this point in the history
Loading
0