Releases: adafruit/circup
Releases · adafruit/circup
Black and Pylint support added for consistency
Black and Pylint support were added and pyflakes and pycodestyle were removed for consistency. Thanks @askpatrickw
Show Device and Bundle Versions
Show Device and Bundle Versions when updating in Verbose mode
New Features/Improvements
- 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
This fixes showing the correct version in the command line.
Automate semver for releasing.
Eliminates need to manually update version numbers in the code for every release.
Bug fixes.
Merge pull request #45 from askpatrickw/bump-version-031 Bump version to 0.3.1
Fixes!
0.2.2 to PyPi
Same as 0.2.0, but with version corrected.
Update to use 5.x and 6.x library bundles
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
This release cleaned up the code by running through PyLint and Black. Github actions were added and Travis was removed.