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: openupm/openupm-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.5.1
Choose a base ref
...
head repository: openupm/openupm-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.5.2
Choose a head ref
  • 3 commits
  • 5 files changed
  • 3 contributors

Commits on Mar 1, 2025

  1. docs: fix typo

    Ramon Brullo authored Mar 1, 2025
    Configuration menu
    Copy the full SHA
    bb2ab04 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2025

  1. fix: Allow any number for minor version number (#423)

    Currently only numbers 1-4 are allowed in the minor version number.
    Since Unity 6, also the number 0 is used (6000.0). This commit
    changes the regex for the minor version number to include any number,
    which fixes support for Unity 6 and is more permissive in case any
    other numbers are used by Unity in the future.
    StigOlavsen authored Aug 25, 2025
    Configuration menu
    Copy the full SHA
    6ad6837 View commit details
    Browse the repository at this point in the history
  2. chore(release): 4.5.2 [skip ci]

    ## [4.5.2](4.5.1...4.5.2) (2025-08-25)
    
    ### Bug Fixes
    
    * Allow any number for minor version number ([#423](#423)) ([6ad6837](6ad6837))
    semantic-release-bot committed Aug 25, 2025
    Configuration menu
    Copy the full SHA
    bef0e8e View commit details
    Browse the repository at this point in the history
Loading