Skip to content

Releases: brainelectronics/micropython-package-template

0.9.0

11 Jul 21:13
039d012
Compare
Choose a tag to compare

Added

  • Precommit hooks for package.json and 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-rc18.dev20

11 Jul 21:11
7f71b21
Compare
Choose a tag to compare
0.9.0-rc18.dev20 Pre-release
Pre-release

Added

  • Precommit hooks for package.json and 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

11 Jul 21:10
b2b4f3d
Compare
Choose a tag to compare
0.9.0-rc17.dev20 Pre-release
Pre-release

Added

  • Precommit hooks for package.json and 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

12 Jun 19:28
e329cf1
Compare
Choose a tag to compare

Fixed

  • Usage documentation with more comments and WiFi instructions in root README
  • Installation of latest available package version with upip mentioned in root README
  • Available package validation options added as comment to test workflow

0.8.1-rc16.dev19

12 Jun 19:25
a8eaa62
Compare
Choose a tag to compare
0.8.1-rc16.dev19 Pre-release
Pre-release

Fixed

  • Usage documentation with more comments and WiFi instructions in root README
  • Installation of latest available package version with upip mentioned in root README
  • Available package validation options added as comment to test workflow

0.8.1-rc15.dev19

12 Jun 19:23
97c7580
Compare
Choose a tag to compare
0.8.1-rc15.dev19 Pre-release
Pre-release

Fixed

  • Usage documentation with more comments and WiFi instructions in root README
  • Installation of latest available package version with upip mentioned in root README
  • Available package validation options added as comment to test workflow

0.8.0

18 Apr 20:40
29e537b
Compare
Choose a tag to compare

Added

  • Add MicoPython as Implementation in setup classifiers, see #16
  • Verify package.json against latest changelog and setup in test workflow, see #17

0.8.0-rc14.dev18

18 Apr 20:40
e754236
Compare
Choose a tag to compare
0.8.0-rc14.dev18 Pre-release
Pre-release

Added

  • Add MicoPython as Implementation in setup classifiers, see #16
  • Verify package.json against latest changelog and setup in test workflow, see #17

0.8.0-rc13.dev18

18 Apr 20:39
9249062
Compare
Choose a tag to compare
0.8.0-rc13.dev18 Pre-release
Pre-release

Added

  • Add MicoPython as Implementation in setup classifiers, see #16
  • Verify package.json against latest changelog and setup in test workflow, see #17

0.7.0

17 Mar 09:59
e6a3b8f
Compare
Choose a tag to compare

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