From a9c3f0b66fff22b1839361eed7e535fca4af214c Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 19:02:45 +0000 Subject: [PATCH] Update changelog for CLI v0.0.110 Co-Authored-By: unknown <> --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 758beeac..72ee89e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ 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.110] - 2025-04-29 + +### Fixed +- More logging and cleanup for dev server startup, more safe filename fixes for python which is stricter ([#242](https://github.com/agentuity/cli/pull/242)) + ## [v0.0.109] - 2025-04-29 ### Fixed @@ -402,6 +407,9 @@ 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.110]: https://github.com/agentuity/cli/compare/v0.0.109...v0.0.110 +[v0.0.109]: https://github.com/agentuity/cli/compare/v0.0.108...v0.0.109 +[v0.0.108]: https://github.com/agentuity/cli/compare/v0.0.107...v0.0.108 [v0.0.107]: https://github.com/agentuity/cli/compare/v0.0.106...v0.0.107 [v0.0.106]: https://github.com/agentuity/cli/compare/v0.0.105...v0.0.106 [v0.0.105]: https://github.com/agentuity/cli/compare/v0.0.104...v0.0.105