Skip to content

Releases: brainelectronics/micropython-package-template

0.7.0-rc12.dev15

17 Mar 09:56
379a708

Choose a tag to compare

0.7.0-rc12.dev15 Pre-release
Pre-release

Added

  • Set settings for JSON files to use an indentation of 4 in .editorconfig
  • package.json for mip installation with MicroPython v1.19.1 or newer
  • Instructions for installation with mip on MicroPython v1.19.1 or newer in README
  • Instructions to be performed after using this template package in README
  • Example files for boot and main

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.py file 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

17 Mar 09:55
f3b1c62

Choose a tag to compare

0.7.0-rc10.dev15 Pre-release
Pre-release

Added

  • Set settings for JSON files to use an indentation of 4 in .editorconfig
  • package.json for mip installation with MicroPython v1.19.1 or newer
  • Instructions for installation with mip on MicroPython v1.19.1 or newer in README
  • Instructions to be performed after using this template package in README
  • Example files for boot and main

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.py file 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

22 Feb 17:40
7799cdd

Choose a tag to compare

Added

  • .editorconfig for common editor settings, see #12
  • .yamllint to lint all used YAML files, see #12
  • codecov.yaml to specify further settings and limits for the coverage
  • yamllint package to the requirements-test.txt file
  • Run YAML linter on test workflow

Changed

  • Fixed uncovered YAML syntax issues in all workflow files
  • Removed unused files from .gitignore file

0.6.0-rc9.dev13

22 Feb 17:38
9feac1f

Choose a tag to compare

0.6.0-rc9.dev13 Pre-release
Pre-release

Added

  • .editorconfig for common editor settings, see #12
  • .yamllint to lint all used YAML files, see #12
  • codecov.yaml to specify further settings and limits for the coverage
  • yamllint package to the requirements-test.txt file
  • Run YAML linter on test workflow

Changed

  • Fixed uncovered YAML syntax issues in all workflow files
  • Removed unused files from .gitignore file

0.5.0

20 Feb 20:14
8f3cb91

Choose a tag to compare

Added

  • .readthedocs.yaml definition file for ReadTheDocs, see #10
  • docs folder containing example files and configurations, see #10

0.5.0-rc8.dev11

20 Feb 20:12
8d92867

Choose a tag to compare

0.5.0-rc8.dev11 Pre-release
Pre-release

Added

  • .readthedocs.yaml definition file for ReadTheDocs, see #10
  • docs folder containing example files and configurations, see #10

0.4.0

20 Feb 19:58
949f7e8

Choose a tag to compare

Added

  • test-release and release workflows 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

20 Feb 19:53
789a6d4

Choose a tag to compare

0.4.0-rc6.dev9 Pre-release
Pre-release

Added

  • test-release and release workflows 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

03 Nov 09:55
84990f9

Choose a tag to compare

Added

Fixed

  • Remove not required packages setuptools, wheel and build from release and test-release workflow files
  • Show download of this package on badge instead of be-modbus-wrapper
  • Show MicroPython Ok badge instead of Python3 Ok in README

0.2.0

22 Oct 13:09
dcd8291

Choose a tag to compare

Added

Changed

  • Built artifacts are no longer archived by the always running test workflow