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: sdkman/sdkman-cli-native
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.4
Choose a base ref
...
head repository: sdkman/sdkman-cli-native
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 9 commits
  • 6 files changed
  • 4 contributors

Commits on Apr 6, 2025

  1. build(deps): Bump anstream from 0.6.7 to 0.6.18

    Bumps [anstream](https://github.com/rust-cli/anstyle) from 0.6.7 to 0.6.18.
    - [Commits](rust-cli/anstyle@anstream-v0.6.7...anstream-v0.6.18)
    
    ---
    updated-dependencies:
    - dependency-name: anstream
      dependency-version: 0.6.18
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and marc0der committed Apr 6, 2025
    Configuration menu
    Copy the full SHA
    fe99fcc View commit details
    Browse the repository at this point in the history
  2. Run dependabot weekly

    marc0der committed Apr 6, 2025
    Configuration menu
    Copy the full SHA
    e7bf177 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2025

  1. build(deps): Bump clap from 4.5.35 to 4.5.36

    Bumps [clap](https://github.com/clap-rs/clap) from 4.5.35 to 4.5.36.
    - [Release notes](https://github.com/clap-rs/clap/releases)
    - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
    - [Commits](clap-rs/clap@clap_complete-v4.5.35...clap_complete-v4.5.36)
    
    ---
    updated-dependencies:
    - dependency-name: clap
      dependency-version: 4.5.36
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and marc0der committed Apr 14, 2025
    Configuration menu
    Copy the full SHA
    c1090b0 View commit details
    Browse the repository at this point in the history
  2. build(deps): Bump insta from 1.41.1 to 1.42.2

    Bumps [insta](https://github.com/mitsuhiko/insta) from 1.41.1 to 1.42.2.
    - [Release notes](https://github.com/mitsuhiko/insta/releases)
    - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md)
    - [Commits](mitsuhiko/insta@1.41.1...1.42.2)
    
    ---
    updated-dependencies:
    - dependency-name: insta
      dependency-version: 1.42.2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and marc0der committed Apr 14, 2025
    Configuration menu
    Copy the full SHA
    904677a View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2025

  1. refactor: streamline install script

    Detect project root based on script path
    Use pure bash instead of find and copy for portability
    Avoid unnecessary environment variable export
    rustiter authored and marc0der committed Jun 22, 2025
    Configuration menu
    Copy the full SHA
    7cf7ae1 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2025

  1. Configuration menu
    Copy the full SHA
    c48f435 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f7251e View commit details
    Browse the repository at this point in the history
  3. build(deps): Bump clap from 4.5.36 to 4.5.42

    Bumps [clap](https://github.com/clap-rs/clap) from 4.5.36 to 4.5.42.
    - [Release notes](https://github.com/clap-rs/clap/releases)
    - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
    - [Commits](clap-rs/clap@clap_complete-v4.5.36...clap_complete-v4.5.42)
    
    ---
    updated-dependencies:
    - dependency-name: clap
      dependency-version: 4.5.42
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and marc0der committed Aug 14, 2025
    Configuration menu
    Copy the full SHA
    c7cf400 View commit details
    Browse the repository at this point in the history
  4. build(deps): Bump tempfile from 3.19.1 to 3.20.0

    Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.19.1 to 3.20.0.
    - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
    - [Commits](Stebalien/tempfile@v3.19.1...v3.20.0)
    
    ---
    updated-dependencies:
    - dependency-name: tempfile
      dependency-version: 3.20.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and marc0der committed Aug 14, 2025
    Configuration menu
    Copy the full SHA
    60c7b21 View commit details
    Browse the repository at this point in the history
Loading