From c66b54bea2ab3064dd5dface2f085c18190840d9 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Fri, 23 May 2025 11:05:08 +0000 Subject: [PATCH 1/4] Update changelog for CLI v0.0.136 Co-Authored-By: unknown <> --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f225bf31..68768c19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v0.0.136] - 2025-05-22 + +### Added +- Add copy attributes to project when importing ([#332](https://github.com/agentuity/cli/pull/332)) +- Quality of life improvement: if disk requested is smaller than needed, will tell you and potentially adjust ([#330](https://github.com/agentuity/cli/pull/330)) +- [AGENT-130] Delete and Roll Back deployments ([#313](https://github.com/agentuity/cli/pull/313)) + ## [v0.0.134] - 2025-05-22 @@ -607,6 +614,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added project import checks for new agent creation +[v0.0.136]: https://github.com/agentuity/cli/compare/v0.0.135...v0.0.136 +[v0.0.135]: https://github.com/agentuity/cli/compare/v0.0.134...v0.0.135 + [v0.0.134]: https://github.com/agentuity/cli/compare/v0.0.133...v0.0.134 [v0.0.133]: https://github.com/agentuity/cli/compare/v0.0.132...v0.0.133 [v0.0.132]: https://github.com/agentuity/cli/compare/v0.0.131...v0.0.132 From 39bcb0155b9193b84bb879d631a1985bc26431f6 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Fri, 23 May 2025 11:24:44 +0000 Subject: [PATCH 2/4] Remove extra empty line in changelog Co-Authored-By: unknown <> --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdf1aa29..55e88944 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Quality of life improvement: if disk requested is smaller than needed, will tell you and potentially adjust ([#330](https://github.com/agentuity/cli/pull/330)) - [AGENT-130] Delete and Roll Back deployments ([#313](https://github.com/agentuity/cli/pull/313)) - ## [v0.0.135] - 2025-05-22 ### Added From f3c12250d59b76734e081ff345bd58e050a184ec Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Fri, 23 May 2025 11:39:07 +0000 Subject: [PATCH 3/4] Remove blank line after version comparison links Co-Authored-By: unknown <> --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55e88944..8facce93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -621,7 +621,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [v0.0.136]: https://github.com/agentuity/cli/compare/v0.0.135...v0.0.136 [v0.0.135]: https://github.com/agentuity/cli/compare/v0.0.134...v0.0.135 - [v0.0.134]: https://github.com/agentuity/cli/compare/v0.0.133...v0.0.134 [v0.0.133]: https://github.com/agentuity/cli/compare/v0.0.132...v0.0.133 [v0.0.132]: https://github.com/agentuity/cli/compare/v0.0.131...v0.0.132 From 3a488a0a997dbc829e856ed6cea1b2d131117b88 Mon Sep 17 00:00:00 2001 From: Jeff Haynie Date: Fri, 23 May 2025 11:37:27 -0500 Subject: [PATCH 4/4] fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8facce93..95f86ed9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + ## [v0.0.136] - 2025-05-22 ### Added