V0.9.20
Version 0.9.20
This release includes enhancements to the documentation system, improvements in development container setup, and a refactor in test directory handling.
New Features
- Enhanced the documentation system by integrating the Diataxis framework, which now supports different documentation types and sources, improving the structure and accessibility of project documentation. (687ff8) (Eric Ma)
- Updated the development container documentation to be more comprehensive and revised the Dockerfile to remove unnecessary whitespace, making the development environment setup clearer and more efficient. (f34e12) (Eric Ma)
Bug Fixes
- None
Deprecations
- None
Refactors
- Refactored the handling of temporary directories in tests to use
tempfile.TemporaryDirectory
for better management and reliability. (e71b92) (Eric Ma)