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: VergeGroup/Normalization
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.0
Choose a base ref
...
head repository: VergeGroup/Normalization
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.1
Choose a head ref
  • 1 commit
  • 1 file changed
  • 2 contributors

Commits on Sep 24, 2025

  1. Update swift-syntax version constraint to range 600.0.0..<603.0.0 (#5)

    ## Summary
    Update swift-syntax dependency version constraint from `from: "602.0.0"`
    to range `"600.0.0"..<"603.0.0"`.
    
    Also update URL from deprecated `apple/swift-syntax` to the new
    `swiftlang/swift-syntax`.
    
    ## Changes
    - Modified Package.swift to use version range instead of minimum version
    constraint
    - Updated repository URL to the official Swift.org repository
    - This allows compatibility with swift-syntax versions 600.0.0 through
    602.x.x while excluding 603.0.0+
    
    ## Motivation
    Range-based version constraints provide better compatibility and prevent
    potential breaking changes from newer major versions while maintaining
    support for a broader range of compatible versions.
    
    ## Testing
    - [x] Package builds successfully with the new version constraint
    - [x] All existing tests continue to pass
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    ---------
    
    Co-authored-by: Claude <[email protected]>
    muukii and claude authored Sep 24, 2025
    Configuration menu
    Copy the full SHA
    360cc94 View commit details
    Browse the repository at this point in the history
Loading