Skip to content

Releases: adafruit/circup

Black and Pylint support added for consistency

06 Jan 18:58
14be020
Compare
Choose a tag to compare

Black and Pylint support were added and pyflakes and pycodestyle were removed for consistency. Thanks @askpatrickw

Show Device and Bundle Versions

05 Jan 20:57
705c738
Compare
Choose a tag to compare

Show Device and Bundle Versions when updating in Verbose mode

New Features/Improvements

05 Jan 00:41
c477539
Compare
Choose a tag to compare
  • Adds warning on major version updates
  • Adds a --path option for specifying multiple devices
  • Updated dependencies to the latest stable semver

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.