Releases: brainelectronics/micropython-package-template
Releases · brainelectronics/micropython-package-template
0.9.0
0.9.0-rc18.dev20
Added
- Precommit hooks for
package.jsonand package version file validation, yaml style, flake8 and trailing whitespace checks - Contribution guideline
- Package version file validation step in test workflow
Fixed
- Added missing empty line in several files
0.9.0-rc17.dev20
Added
- Precommit hooks for
package.jsonand package version file validation, yaml style, flake8 and trailing whitespace checks - Contribution guideline
- Package version file validation step in test workflow
Fixed
- Added missing empty line in several files
0.8.1
Fixed
- Usage documentation with more comments and WiFi instructions in root README
- Installation of latest available package version with
upipmentioned in root README - Available package validation options added as comment to test workflow
0.8.1-rc16.dev19
Fixed
- Usage documentation with more comments and WiFi instructions in root README
- Installation of latest available package version with
upipmentioned in root README - Available package validation options added as comment to test workflow
0.8.1-rc15.dev19
Fixed
- Usage documentation with more comments and WiFi instructions in root README
- Installation of latest available package version with
upipmentioned in root README - Available package validation options added as comment to test workflow
0.8.0
0.8.0-rc14.dev18
0.8.0-rc13.dev18
0.7.0
Added
- Set settings for JSON files to use an indentation of 4 in
.editorconfig package.jsonformipinstallation with MicroPython v1.19.1 or newer- Instructions for installation with
mipon MicroPython v1.19.1 or newer inREADME - Instructions to be performed after using this template package in
README - Example files for
bootandmain
Changed
- Omit package version file from coverage calculation in
.coveragerc - Run test workflow also on pull requests
- Update date of license to 2023
Removed
- No longer used
update_version.pyfile removed from flake8 exclude list
Fixed
- Path to documentation build output folder is only highlighted to avoid broken links errors
- Mock commonly used MicroPython specific modules in docs config file