Releases: jrast/littlefs-python
Releases · jrast/littlefs-python
v0.9.1
What's Changed
- Flatten some of the package namespace and specify
__all__
in__init__.py
to help improve autocomplete in IDEs. by @BrianPugh in #71
Full Changelog: v0.9.0...v0.9.1
v0.9.0
New Features
- add
recursive=False
flag toremove
method by @BrianPugh in #65 - Enable Direct Browsing of LittleFS Storage Device on Windows by @Jiajun-Huang in #67
Bug Fixes
- reduce
LFS_NAME_MAX
to 1022, the maximum valid value LittleFS supports. Fixes issues that occurred whenname_max=0
was specified. by @BrianPugh in #62 - update python 3.12 identifier and readme. by @BrianPugh in #69
- Replace pkg_resources with importlib.metadata. by @BrianPugh in #68
New Contributors
- @Jiajun-Huang made their first contribution in #67
Full Changelog: 0.8.0...v0.9.0
0.8.0
0.7.1
What's Changed
- examples/mkfsimg.py: add an option to specify disk version by @yamt in #54
- fix type mismatches in examples by @yamt in #53
- Bump docker/setup-qemu-action from 2 to 3 by @dependabot in #56
- Expose name max length to CLI by @BrianPugh in #55
Full Changelog: 0.7.0...0.7.1
0.7.0
What's Changed
- LFSConfig now uses proper keyword arguments by @BrianPugh in #49
- Added readthedocs configuration by @jrast in #52
- Command Line Interface for LittleFS-Python by @jrast in #50
- Bump actions/checkout from 3 to 4 by @dependabot in #51
- Bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10 by @dependabot in #48
- Bump pypa/cibuildwheel from 2.12.3 to 2.15.0 by @dependabot in #47
Full Changelog: 0.6.2...0.7.0
0.6.1
- aarch64 builds
Full Changelog: 0.6.0...0.6.1
0.6.0
What's Changed
- ARM prebuilt binaries by @BrianPugh in #33
- Add fs_mkconsistent call support by @invoxiaamo in #37
- Bugfix noexcept (Cython 3.0.0 compatibility) by @BrianPugh in #38
- Bumped littlefs to version 2.7. by @Krakonos in #40
- Krakonos/implement lfs fs stat by @jrast in #43
- Implement multiversion support by @Krakonos in #42
- Bump pypa/gh-action-pypi-publish from 1.8.4 to 1.8.8 by @dependabot in #44
- Bump pypa/cibuildwheel from 2.12.3 to 2.14.1 by @dependabot in #45
New Contributors
- @BrianPugh made their first contribution in #33
- @invoxiaamo made their first contribution in #37
- @Krakonos made their first contribution in #40
Full Changelog: 0.5.0...0.6.0
0.5.0
What's Changed
- Updated Github Actions to newer Version (@dependabot)
- Bump littlefs to 2.6.1 by @jmecom in #31
- Added compatibility table to the docs
- Fixed build configuration
New Contributors
Full Changelog: 0.4.0...0.5.0
0.4.0
What's Changed
- Fix example from README (SyntaxError) by @mashi in #10
- Add a few examples by @yamt in #11
- examples/walk.py: mount filesystem by @yamt in #15
- Add more configs like name_max by @yamt in #14
- Bump pypa/gh-action-pypi-publish from 1.5.0 to 1.5.1 by @dependabot in #16
New Contributors
- @mashi made their first contribution in #10
- @yamt made their first contribution in #11
- @dependabot made their first contribution in #16
Full Changelog: 0.3.0...0.4.0
0.3.0
What's Changed
- Allow users to open the filesystem with mode as 'wb' or 'rb' by @JohnVillalovos in #6
- Fix docstring for LittleFS.walk() by @BeckmaR in #8
- Improve Pythonic file interface for LittleFS.open() by @cesarvandevelde in #9
New Contributors
- @JohnVillalovos made their first contribution in #6
- @BeckmaR made their first contribution in #8
- @cesarvandevelde made their first contribution in #9
Full Changelog: 0.2.0...0.3.0