Releases: adafruit/circuitpython-build-tools
1.0.0!
Fix common version case
Fixes version computation when a tag does exist.
A couple more fixes
This fixes a crash when a library has a multiple top-level py files. It'll now print error info and exit with a non-zero status so Travis will fail.
This also fixes an issue with determining a version number when a repo has no tags. It defaults to tag 0.0.0.
Bug fix
Real versions!
Files in zips will now have their version place holders replaced.
For example:
__version__ = "0.0.0-auto.0"
Will become __version__ = "3.0.0"
the the git tag is 3.0.0
.
For intermediate versions it will be something like __version__ = "3.0.1-alpha.0.plus.1+adaf00"
where the 1 indicates its one commit ahead and adaf00
is the first seven characters of the commit hash.
One fix
Rename to circuitpython-build-tools and drop 1.x support
This also changes the zip naming format to include the full version name that is supported. We hope this will make people more aware of updates.
Try including scripts package
0.0.11 Explicitly add scripts package.
And again
Tweak hoping to include mpy-cross again
0.0.9 fixup build_mpy_cross location