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: fgmacedo/python-statemachine
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: fgmacedo/python-statemachine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 42 files changed
  • 1 contributor

Commits on May 16, 2026

  1. docs(contributing): add step for publishing the GitHub release

    Documents how to convert MyST/Sphinx-flavored release notes to
    GitHub-flavored markdown and how to create the release with `gh`.
    Notes that ReadTheDocs links for the freshly pushed tag should be
    avoided until the build for that version is online.
    
    Signed-off-by: Fernando Macedo <fgmacedo@gmail.com>
    fgmacedo committed May 16, 2026
    Configuration menu
    Copy the full SHA
    9b3dd57 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2026

  1. ci: pin astral-sh/setup-uv to v8.1.0

    The action does not publish a `v8` major tag (only `v8.0.0` and
    `v8.1.0`), so `@v8` failed to resolve in GitHub Actions. Pin to the
    exact version instead.
    
    Signed-off-by: Fernando Macedo <fgmacedo@gmail.com>
    fgmacedo committed May 17, 2026
    Configuration menu
    Copy the full SHA
    0221892 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    caaf7a2 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2026

  1. Merge branch 'hotfix/3.1.2' into develop

    # Conflicts:
    #	docs/releases/index.md
    #	pyproject.toml
    #	statemachine/__init__.py
    #	uv.lock
    fgmacedo committed May 18, 2026
    Configuration menu
    Copy the full SHA
    38bb161 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2026

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