Skip to content

Tags: wnienhaus/micropython-esp32-ulp

Tags

1.2.0

Toggle 1.2.0's commit message
Update CHANGES file to next version 

1.1.1

Toggle 1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request micropython#68 from wnienhaus/big-rename Rename Project

1.1.0

Toggle 1.1.0's commit message
tag release 1.1.0 

1.0.0

Toggle 1.0.0's commit message
tag release 1.0.0 

0.1.1

Toggle 0.1.1's commit message
tagged 0.1.1 for testing purposes 

0.1.0

Toggle 0.1.0's commit message
tag 0.1.0 for testing purposes 

0.0.1

Toggle 0.0.1's commit message
fetch entire repo to have tags for determining package version By default the actions/checkout@v2 fetches only the last commit without any other meta-data including tags. Thus when setuptools_scm attempts to determine the version from git, it sees no tags, and cannot determine the version or the distance from the last tag (for dev builds).