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: arduino/setup-arduino-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.2
Choose a base ref
...
head repository: arduino/setup-arduino-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Choose a head ref
  • 20 commits
  • 11 files changed
  • 5 contributors

Commits on Sep 4, 2023

  1. Bump actions/checkout from 3 to 4

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    8a0ffef View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Merge pull request #61 from arduino/dependabot/github_actions/actions…

    …/checkout-4
    
    Bump actions/checkout from 3 to 4
    per1234 authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    0c16f2a View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Bump actions/setup-node from 3 to 4

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    c08b8d9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #63 from arduino/dependabot/github_actions/actions…

    …/setup-node-4
    
    Bump actions/setup-node from 3 to 4
    per1234 authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    c7e74b2 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Bump Node version to 20

    lenvm committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    778bbac View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    ed06803 View commit details
    Browse the repository at this point in the history
  2. Fix linter warnings

    latchdevel committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    62819aa View commit details
    Browse the repository at this point in the history
  3. Fix installer.ts errors

    latchdevel committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    4a9868e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    652d950 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1 from latchdevel/feature/bump-node-version-to-20

    Update versions in the project dependency manifesto
    lenvm authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    5ca63e3 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. [BREAKING] Merge pull request #67 from lenvm/feature/bump-node-versio…

    …n-to-20
    
    Bump Node version to 20
    alessio-perugini authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    8dc9514 View commit details
    Browse the repository at this point in the history
  2. tests: update mocks

    alessio-perugini committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    476d05a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13746cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ba91fa View commit details
    Browse the repository at this point in the history
  5. allow to specify version with v semantic like v1.0.0

    This will be a breaking change. Internally we will make no distinction between
    tags starting with `v` prefix and ones that doesn't have it. This means
    that for version `0.x` for the cli, because we changed the tag naming in
    the latest releases, the `0.x` version will be expaned to `0.36.rc2`
    instead of `0.34.2`.
    alessio-perugini committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    027efd5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5ddb39e View commit details
    Browse the repository at this point in the history
  7. update README

    alessio-perugini committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    510aef4 View commit details
    Browse the repository at this point in the history
  8. generate dist files

    alessio-perugini committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    11a5d33 View commit details
    Browse the repository at this point in the history
  9. typo

    alessio-perugini committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    a6eaca8 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #70 from arduino/update

    Prepare v2 release
    alessio-perugini authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    81d3107 View commit details
    Browse the repository at this point in the history
Loading