10000 Comparing 1.15.0...1.15.1 · adafruit/circuitpython-build-tools · GitHub
[go: up one dir, main page]

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.0
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.1
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 19, 2023

  1. Fix json output when a bundle does not use submodules

    Some bundles, such as circuitpython-fonts, don't use submodules to
    contain their individual libraries.
    
    Change build_bundle_json so that it works correctly if multiple
    libraries come from the same submodule.
    
    With this change, the generated metadata for circuitpython-fonts
    contains an entry for every font, not just for one font.
    jepler committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    ff6d40d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #110 from jepler/fix-metadata-without-submodules

    Fix json output when a bundle does not use submodules
    dhalbert authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    152702f View commit details
    Browse the repository at this point in the history
Loading
0