# 0.1.11 (February 24th, 2026)
### Fixed
- packaging: specify `rfuse3` version requirement via workspace so crates.io publishing works.
# 0.1.10 (February 1st, 2026)
### Fixed
- passthroughfs: suppress logging for ESTALE errors in getattr
# 0.1.9 (December 11th, 2025)
### Changed
- unionfs: synchronize the functionality of `unionfs` and `overlayfs` (#335)
# 0.1.8 (December 9th, 2025)
### Added
- overlayfs: add a simple implementation of directory snapshot (#330)
### Changed
- overlayfs: revert `rename2` to default implementation (#330)
### Fixed
- unionfs: fix `init()` logic (#330)