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

Commits on May 20, 2022

  1. Configuration menu
    Copy the full SHA
    0bc8c3a View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. fix: always use ASDF_DEFAULT_TOOL_VERSIONS_FILENAME for filename when…

    … present (#1238)
    
    * fix: always use ASDF_DEFAULT_TOOL_VERSIONS_FILENAME for filename when present
    * fix: correct version command unit tests for ASDF_DEFAULT_TOOL_VERSIONS_FILENAME
    
    Fixes #1082
    Stratus3D authored May 27, 2022
    Configuration menu
    Copy the full SHA
    711ad99 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Configuration menu
    Copy the full SHA
    738306b View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. fix: update plugin-add regex to support other languages (#1241)

    [:alpha:] and [:digit:] character classes support characters from other
    languages whereas ranges like a-z and 0-9 may not.
    
    Fixes #1237
    Stratus3D authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    92d005d View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. fix: get invalid ASDF_DATA_DIR when exec asdf shims by non-shell (#1154)

    * fix: get invalid ASDF_DATA_DIR when exec asdf shims by non-shell
    
    asdf_data_dir function inits ASDF_DATA_DIR with HOME when value is empty.
    HOME may replace to empty string when asdf shims called by non-shell program.
    this makes invalid value of ASDF_DATA_DIR.
    knokmki612 authored Jun 8, 2022
    Configuration menu
    Copy the full SHA
    b9962f7 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. chore: release 0.10.2 (#1233)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Jun 9, 2022
    Configuration menu
    Copy the full SHA
    7e7a1fa View commit details
    Browse the repository at this point in the history
Loading