From c26409f7dd3356b4428e7809a774c191a4de4624 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Thu, 3 Jul 2025 19:21:55 +0000 Subject: [PATCH] Update changelog for v0.0.156 Co-Authored-By: unknown <> --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 840b7ada..2f989b65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ 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.156] - 2025-07-03 + +### Added +- Deployment: add new deployment options ([#410](https://github.com/agentuity/cli/pull/410)) + +### Fixed +- [GITHUB-338] Do not create a git repo if we're already in a git repo ([#406](https://github.com/agentuity/cli/pull/406)) +- BUG FIX compare with original, not masked ([#409](https://github.com/agentuity/cli/pull/409)) + ## [v0.0.155] - 2025-06-30 ### Added @@ -770,6 +779,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added project import checks during development mode - Added project import checks for new agent creation +[v0.0.156]: https://github.com/agentuity/cli/compare/v0.0.155...v0.0.156 [v0.0.155]: https://github.com/agentuity/cli/compare/v0.0.154...v0.0.155 [v0.0.154]: https://github.com/agentuity/cli/compare/v0.0.153...v0.0.154 [v0.0.153]: https://github.com/agentuity/cli/compare/v0.0.152...v0.0.153