All notable changes to this project will be documented in this file. See conventional commits for commit guidelines.
v0.6.0 - 2025-01-06
v0.5.2 - 2025-01-05
- move trigger docker workflow step to a new position - (1e8f96c) - @Wahib-L
- move trigger docker workflow step to a new position - (553829d) - @Wahib-L
v0.5.1 - 2025-01-05
- update repository URLs in workflows, changelog, and Cargo.toml to reflect new organization name - (bb5af04) - @Wahib-L
v0.5.0 - 2025-01-05
- (README.md) add documentation for stack start and stack stop commands - (2bf4a73) - @Wahib-L
- update GitHub Actions badge link to reflect new repository name - (e5854f1) - @Wahib-L
v0.4.0 - 2025-01-01
- (stacks) implement
resource_control
command to display ResourceControl details of a specific stack - (0111228) - @Wahib-L
- (workflows) update Docker and test workflows to trigger on release events and remove branch restrictions for better flexibility in CI/CD process - (f4d408b) - @Wahib-L
v0.3.0 - 2025-01-01
- (README.md) update command list in README to include team and user commands - (9b948a7) - @Wahib-L
- add badges to README for crate version, Docker image, and CI status to enhance visibility and provide quick access to project information - (65226fe) - @Wahib-L
- (users) add users command with list subcommand - (bf098d7) - @Wahib-L
- (teams) add teams command with list subcommand - (cedb20b) - @Wahib-L
v0.2.1 - 2024-12-30
v0.2.0 - 2024-12-30
- (workflows) fix cargo fmt test - (5af5a14) - @Wahib-L
- (workflows,rust.yml) add clippy and fmt checks for code quality - (e6ddec2) - @Wahib-L
- (cog.toml) add configuration file for cog to manage versioning and changelog generation effectively - (3845b97) - @Wahib-L
- (release) add GitHub Actions workflow for automated SemVer releases and changelog generation - (4074fd4) - @Wahib-L
- (stacks) add support for creating standalone stacks alongside swarm stacks - (8e0abfa) - @Wahib-L