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: feature23/StringSimilarity.NET
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: feature23/StringSimilarity.NET
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release/7.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 7 files changed
  • 4 contributors

Commits on Dec 1, 2025

  1. Make ShingleBased public and add unit tests, #21 (#55)

    This was a regression of #21, which now adds unit tests to ensure it
    doesn't regress in the future.
    
    Fixes #21
    
    ---------
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    paulirwin and Copilot committed Dec 1, 2025
    Configuration menu
    Copy the full SHA
    27a8175 View commit details
    Browse the repository at this point in the history
  2. Bump version to 7.0.1

    paulirwin committed Dec 1, 2025
    Configuration menu
    Copy the full SHA
    9dd9b9b View commit details
    Browse the repository at this point in the history
  3. Enable CI on release/* branches and add manual trigger (#56)

    ## Summary
    - Configure CI workflow to run on `release/*` branches
    - Remove `develop` branch from CI triggers
    - Add `workflow_dispatch` to enable manual workflow runs on any branch
    
    ## Test plan
    - Verify workflow triggers on pushes to release/* branches
    - Verify workflow triggers on PRs to release/* branches
    - Verify workflow can be manually triggered from Actions tab
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Co-authored-by: Claude <noreply@anthropic.com>
    paulirwin and claude committed Dec 1, 2025
    Configuration menu
    Copy the full SHA
    faaeccc View commit details
    Browse the repository at this point in the history
Loading