Skip to content

Releases: adafruit/circup

Fix version in command line

22 Dec 01:43
250d6f5
Compare
Choose a tag to compare

This fixes showing the correct version in the command line.

Automate semver for releasing.

21 Dec 18:31
47e16a7
Compare
Choose a tag to compare

Eliminates need to manually update version numbers in the code for every release.

Bug fixes.

21 Dec 18:16
690e2d4
Compare
Choose a tag to compare
Merge pull request #45 from askpatrickw/bump-version-031

Bump version to 0.3.1

Fixes!

16 Dec 22:34
dedff06
Compare
Choose a tag to compare

Includes string fixes and creates a folder if not already on device.

0.2.2 to PyPi

02 Aug 22:56
c0c6daa
Compare
Choose a tag to compare

Same as 0.2.0, but with version corrected.

Update to use 5.x and 6.x library bundles

02 Aug 19:01
Compare
Choose a tag to compare

4.x is no longer supported.

Re-release to 0.2.1 due to not bumping manually-set version number.

Pylinted, Black Formatted and Github Actions added

17 Apr 21:40
75cba36
Compare
Choose a tag to compare

This release cleaned up the code by running through PyLint and Black. Github actions were added and Travis was removed.

Community contributed features.

30 Mar 14:55
ca74ab0
Compare
Choose a tag to compare

Some new features contributed from the community:

  • Run circup via python -m circup. Thank you to Joe DeVivo for this contribution.
  • Add an uninstall command. Thank you to Steven Abadie for this new feature.
  • Added requirements.txt support to both freeze and install commands. Many thanks to Steven Abadie for this really useful feature.

Security Fix

24 Feb 19:30
Compare
Choose a tag to compare

This release includes a security fix.

Fixed error message when Bundle Unavailable

31 Oct 16:23
Compare
Choose a tag to compare
  • Error message when bundle unavailable is better
  • Fixed a couple types