Update changelog for v0.0.154 #403
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update changelog for v0.0.154
Summary
Updates the CHANGELOG.md file to document the changes introduced in CLI version v0.0.154. The main change is the addition of project delete functionality in headless mode from PR #402, which allows users to specify project IDs as command-line arguments and use a --force flag to skip confirmation prompts.
Changes made:
Review & Testing Checklist for Human
git log v0.0.153..v0.0.154 --onelineto confirm)https://github.com/agentuity/cli/compare/v0.0.153...v0.0.154works and shows the expected changesDiagram
graph TD A[CHANGELOG.md]:::major-edit --> B[New v0.0.154 Section] A --> C[Version Comparison Links]:::minor-edit B --> D[Added Section] D --> E[Project delete in headless mode PR #402] C --> F[New v0.0.154 comparison link] C --> G[Existing version links unchanged]:::context subgraph Legend L1[Major Edit]:::major-edit L2[Minor Edit]:::minor-edit L3[Context/No Edit]:::context end classDef major-edit fill:#90EE90 classDef minor-edit fill:#87CEEB classDef context fill:#FFFFFFNotes