Version 0.7.0 (Lib)
- Python 3.10 support
- Upgraded Configcrunch to 1.0.0: Configcrunch is the library that manages the configuration files of Riptide. It has been re-implemented in Rust to be MUCH faster than before. Please note that the templates used in variables now are processed using Minijinja instead of Jinja2.
- Dependency updates
- Support for multiple start commands for services (#14). See the help of
riptide start
and "command" of the Schema of services in the help: https://riptide-docs.readthedocs.io/en/latest/config_docs/entities/services.html - Support for specifying which env files should be used (#13). See "env_files" of the Schema of projects: https://riptide-docs.readthedocs.io/en/latest/config_docs/entities/projects.html