Releases: brainelectronics/micropython-package-template
Releases · brainelectronics/micropython-package-template
0.7.0-rc12.dev15
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
0.7.0-rc10.dev15
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
0.6.0
Added
.editorconfigfor common editor settings, see #12.yamllintto lint all used YAML files, see #12codecov.yamlto specify further settings and limits for the coverageyamllintpackage to therequirements-test.txtfile- Run YAML linter on test workflow
Changed
- Fixed uncovered YAML syntax issues in all workflow files
- Removed unused files from
.gitignorefile
0.6.0-rc9.dev13
Added
.editorconfigfor common editor settings, see #12.yamllintto lint all used YAML files, see #12codecov.yamlto specify further settings and limits for the coverageyamllintpackage to therequirements-test.txtfile- Run YAML linter on test workflow
Changed
- Fixed uncovered YAML syntax issues in all workflow files
- Removed unused files from
.gitignorefile
0.5.0
0.5.0-rc8.dev11
0.4.0
Added
test-releaseandreleaseworkflows create changelog based (pre-)releases- Documentation for manually creating a package and uploading it to PyPi in root README
Fixed
- All workflows use checkout v3 instead of v2
0.4.0-rc6.dev9
Added
test-releaseandreleaseworkflows create changelog based (pre-)releases- Documentation for manually creating a package and uploading it to PyPi in root README
Fixed
- All workflows use checkout v3 instead of v2
0.3.0
Added
- Lint package with
flake8with test workflow - CI upload status badge added to
README
Fixed
- Remove not required packages
setuptools,wheelandbuildfrom release and test-release workflow files - Show download of this package on badge instead of
be-modbus-wrapper - Show
MicroPython Okbadge instead ofPython3 OkinREADME
0.2.0
Added
- Deploy to Test Python Package Index on every PR build with a PEP440 compliant
-rc<BUILDNUMBER>.dev<PR_NUMBER>meta data extension, see #5 - Test release workflow running only on PRs is archiving and uploading built artifacts to Test Python Package Index
Changed
- Built artifacts are no longer archived by the always running test workflow