Releases: brainelectronics/micropython-winbond
Releases · brainelectronics/micropython-winbond
0.4.0-rc2.dev4
Added
package.json
formip
installation with MicroPython v1.19.1 or newer- Instructions for installation with
mip
on MicroPython v1.19.1 or newer inREADME
.editorconfig
for common editor settings.readthedocs.yaml
definition file for ReadTheDocsdocs
folder containing example files and configurations.yamllint
to lint all used YAML filesyamllint
package to therequirements-test.txt
file- Run YAML linter on test workflow
- Create release candidate tag on PRs and release tags on merges to main branch
Removed
- No longer used
update_version.py
file removed from flake8 exclude list
Fixed
- Path to
docs/conf.py
in flake8 file - Fixed uncovered YAML syntax issues in all workflow files
- Removed unused files from
.gitignore
file - Doc string and typing hints for Winbond init function
0.3.0
Added
- Deploy to Test Python Package Index on every PR build with a PEP440 compliant
-rc<BUILDNUMBER>.dev<PR_NUMBER>
meta data extension - Test release workflow running only on PRs is archiving and uploading built artifacts to Test Python Package Index
.flake8
definition file
Changed
- Version is specified by
version.py
and autogenerated on each deploy.
Fixed
- All uncovered flake8 warnings of
winbond
0.2.0
Added
setup.py
andsdist_upip.py
taken from [pfalcon's picoweb repo][ref-pfalcon-picoweb-sdist-upip] and PEP8 improvedMIT License
Changed
- Moved
winbond.py
into folder namedwinbond
- Update README usage description of micropython lib deploy to [PyPi][ref-pypi]
- Renamed
test_winbond.py
tousage_example.py
0.1.0
Added
- This changelog file
- Default python
.gitignore
file - MicroPython
boot
andmain
files README
andrequirements.txt
fileswinbond.py
file based on crizeo's answer on the MicroPython Forum with my extension to use flash chips without hardware reset pins, extended documentation and PEP8 fixes