v1.2.1 Patch Notes
This patch addresses documentation updates and a critical fix for Docker configuration.
Changes
Documentation Updates [#18]
- Updated
README.md
to include volume for settings in the docker-compose example - Fixed minor formatting issues in the roadmap section
- Removed trailing newline for improved consistency
Docker Configuration Fix
- Updated
Dockerfile
to usesettings.ini
instead ofsettings.toml
, aligning with the new configuration format
Pull Requests Merged
- #18: Documentation updates for Docker setup and minor formatting fixes
This patch ensures that the Docker setup correctly uses the new INI configuration format and improves the clarity of our documentation. Users should now be able to build and run the Docker image without configuration-related errors.
Full Changelog: v1.2.0...v1.2.1