Skip to content

0.24.0

Compare
Choose a tag to compare
@yarlson yarlson released this 16 Jan 05:48
· 31 commits to main since this release
0.24.0
6be316a

BREAKING CHANGES

  • Added prefix to container names with project name

Features

  • Added hooks structure to service configuration

Improvements

  • Reorganized container management functions for improved modularity
  • Split monolithic deployment logic into modular components

Bug Fixes

  • Fixed CLI command for checking FTL version

Commits

  • 6be316a feat(deployment): prefix container names with project name
  • 4ad0143 refactor(deployment): reorganize container management functions for improved modularity
  • ce524f3 feat(config): add hooks structure to service configuration
  • 116c385 refactor(deployment): split monolithic deployment logic into modular components
  • 9825418 docs(installation): update CLI command for checking FTL version