Skip to content

Releases: jrast/littlefs-python

v0.9.1

11 Dec 00:28
ca62f9a
Compare
Choose a tag to compare

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

04 Dec 17:19
Compare
Choose a tag to compare

New Features

  • add recursive=False flag to remove 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 when name_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

Full Changelog: 0.8.0...v0.9.0

0.8.0

27 Sep 10:08
6123c35
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.1...0.8.0

0.7.1

18 Sep 21:07
ebd4987
Compare
Choose a tag to compare

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

18 Sep 21:07
4eaa0f8
Compare
Choose a tag to compare

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

18 Sep 21:06
Compare
Choose a tag to compare
  • aarch64 builds

Full Changelog: 0.6.0...0.6.1

0.6.0

07 Aug 09:25
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.0...0.6.0

0.5.0

26 May 23:40
Compare
Choose a tag to compare

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

15 Nov 23:02
bf3cf0b
Compare
Choose a tag to compare

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

Full Changelog: 0.3.0...0.4.0

0.3.0

15 Nov 22:11
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.0...0.3.0