Releases: jrast/littlefs-python
Releases · jrast/littlefs-python
v0.17.1
Bug Fixes
- Fix
createCLI command not following symlinks when globbing source directory by @skrat in #151 - Remove stray
print()in--compactcode path that wasn't gated by--verboseby @amgross in #153 - Fix REPL re-executing the previous command when pressing Enter on an empty line by @amgross in #154
- Fix REPL failing to mount compacted images due to incorrect
block_countby @amgross in #157 - Fix
--compactproducing corrupt images due to filesystem walk order differing from on-disk order by @amgross in #159
Internal
- Bump pypa/cibuildwheel from 3.3.0 to 3.3.1 by @dependabot[bot] in #155
- Add option to run CLI tests from Python, and add example test by @amgross in #156
- Add tests for
UserContextWinDiskby @amgross in #158
New Contributors
Full Changelog: v0.17.0...v0.17.1
v0.17.0
v0.16.0
v0.15.0
What's Changed
- update littlefs core from v2.11.0 to v2.11.2 by @BrianPugh in #141
- Fix compiling in certain environments by including
limits.hby @BrianPugh in #139 - Prebuilt wheels for Python 3.14. No longer build prebuilt wheels for Python 3.7. By @BrianPugh in #140
Full Changelog: v0.14.0...v0.15.0
v0.14.0
v0.13.3
v0.13.2
v0.13.1
v0.13.0
What's Changed
- Update LFS to v2.10.0 by @BrianPugh in #114
- Prebuilt wheels for CPython 3.13 by @BrianPugh in #115
Full Changelog: v0.12.0...v0.13.0
v0.12.0
What's Changed
- have ci build cp37 wheels by @BrianPugh in #98
- Add --compact and --no-pad options to create CLI. by @BrianPugh in #99
Full Changelog: v0.11.0...v0.12.0