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: adafruit/circuitpython-build-tools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.15.1
Choose a base ref
...
head repository: adafruit/circuitpython-build-tools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.15.2
Choose a head ref
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    ea28feb View commit details
    Browse the repository at this point in the history
  2. Add an "--only" flag to quickly build just one kind of artifact

    Most often I find that I want to check just one kind of artifact
    (e.g., mpy files) and this is a quicker syntax than excluding the
    other 3 types with 3 --ignores.
    jepler committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    90a2341 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #113 from jepler/fix-dependencies-bundlefly

    Fix generation of dependencies[] array
    jepler authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    9688876 View commit details
    Browse the repository at this point in the history
Loading