New Features
* add `recursive=False` flag to `remove` method by BrianPugh in https://github.com/jrast/littlefs-python/pull/65
* Enable Direct Browsing of LittleFS Storage Device on Windows by Jiajun-Huang in https://github.com/jrast/littlefs-python/pull/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 https://github.com/jrast/littlefs-python/pull/62
* update python 3.12 identifier and readme. by BrianPugh in https://github.com/jrast/littlefs-python/pull/69
* Replace pkg_resources with importlib.metadata. by BrianPugh in https://github.com/jrast/littlefs-python/pull/68
New Contributors
* Jiajun-Huang made their first contribution in https://github.com/jrast/littlefs-python/pull/67
**Full Changelog**: https://github.com/jrast/littlefs-python/compare/0.8.0...v0.9.0