Skip to content

monocore: v0.2.0

Choose a tag to compare

@github-actions github-actions released this 10 Dec 16:43
db81f45

0.2.0 (2024-12-10)

⚠ BREAKING CHANGES

  • config: Removes service type variants (Default, HttpHandler, Precursor) in favor of a single unified Service struct. This change simplifies the configuration model while maintaining all functionality.

Code Refactoring

  • config: simplify service model and improve volume handling (#69) (571219d)