This release implements:
- A fix for issue https://github.com/ogre-run/miniogre/issues/6
- Better handling of requirements installation using uv (packages are now installed in the container system's python -- no venv)
- A `--verbose` option to visualize the Docker build log in real time
- A `--no-container` option to enable the user to control wether the container is spun up or not. This is useful when the intention is to only generate the files (requirements.txt, Dockerfile, SBOM).
**Full Changelog**: https://github.com/ogre-run/miniogre/compare/v0.3.0...v0.4.0