Skip to content

Releases: brainelectronics/micropython-package-template

0.14.0-rc1.dev35

14 Apr 16:22
01a7f59

Choose a tag to compare

0.14.0-rc1.dev35 Pre-release
Pre-release

This change updates the manual package installation instructions to use mpremote over rshell.

In the PyPI section the usage of twine check before twine upload is recommended.

An example instruction on how to install a specific version with upip was added.

The package usage example and the corresponding main.py example files are extended to set the LED pin based on the board extracted from os.uname().

This closes #34

0.13.1

11 Apr 19:17
8e84bbb

Choose a tag to compare

This change creates the correct release candidate number based on the action run of a pull request workflow run test-release instead of the total number of this workflow run. By this fix, the -rcX metadata starts at 1 and is incremented with every push, no matter if the push is a force push or a classic new commit on top in a ongoing pull request.

This closes #33

0.13.1-rc3.dev32

11 Apr 19:16
8e84bbb

Choose a tag to compare

0.13.1-rc3.dev32 Pre-release
Pre-release

This change creates the correct release candidate number based on the action run of a pull request workflow run test-release instead of the total number of this workflow run. By this fix, the -rcX metadata starts at 1 and is incremented with every push, no matter if the push is a force push or a classic new commit on top in a ongoing pull request.

This closes #33

0.13.1-rc2.dev32

11 Apr 19:12
47bdcc7

Choose a tag to compare

0.13.1-rc2.dev32 Pre-release
Pre-release

This change creates the correct release candidate number based on the action run of a pull request workflow run test-release instead of the total number of this workflow run. By this fix, the -rcX metadata starts at 1 and is incremented with every push, no matter if the push is a force push or a classic new commit on top in a ongoing pull request.

This closes #33

0.13.0

06 Apr 20:24
47bdcc7

Choose a tag to compare

This change creates a new release branch release/<VERSION> after a merge and adds the following files to it:

  • changelog.md
  • package.json
  • <PACKAGE>/version.py

This closes #28

0.13.0-rc38.dev29

06 Apr 20:12
e0f7d2e

Choose a tag to compare

0.13.0-rc38.dev29 Pre-release
Pre-release

This change creates a new release branch release/<VERSION> after a merge and adds the following files to it:

  • changelog.md
  • package.json
  • <PACKAGE>/version.py

This closes #28

0.12.0-rc32.dev27

06 Apr 17:59
93afb50

Choose a tag to compare

0.12.0-rc32.dev27 Pre-release
Pre-release

This change creates the latest changelog from all submitted snippets before building and deploying the ReadTheDocs files

This closes #26

0.11.0

06 Apr 17:59
93afb50

Choose a tag to compare

This change updates all tools, python packages and GitHub actions to their latest version.

The sdist_upip.py script does no longer remove the PKG-INFO and LICENSE.txt files from the root of the created tar.gz file to meet the requirements of PyPI

This closes #24

0.11.0-rc31.dev27

06 Apr 17:59
93afb50

Choose a tag to compare

0.11.0-rc31.dev27 Pre-release
Pre-release

This change updates all tools, python packages and GitHub actions to their latest version.

The sdist_upip.py script does no longer remove the PKG-INFO and LICENSE.txt files from the root of the created tar.gz file to meet the requirements of PyPI

This closes #24

0.11.0-rc29.dev27

06 Apr 17:59
93afb50

Choose a tag to compare

0.11.0-rc29.dev27 Pre-release
Pre-release

This change updates all tools, python packages and GitHub actions to their latest version.

The sdist_upip.py script does no longer remove the PKG-INFO and LICENSE.txt files from the root of the created tar.gz file to meet the requirements of PyPI

This closes #24