From f49ac5dd9041bbff072fc31a5ed2d1276638ae74 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 15:23:17 +0000 Subject: [PATCH] Update changelog for v0.0.119 Co-Authored-By: unknown <> --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3efe0294..830326ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ 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.119] - 2025-05-08 + +### Added +- Added path completion to the CLI ([#282](https://github.com/agentuity/cli/pull/282)) + +### Changed +- Cleanup install script ([#281](https://github.com/agentuity/cli/pull/281)) + - Removed Windows native support (WSL is now recommended) + - Improved installation testing with Docker + - Restructured installation script for better maintainability + ## [v0.0.118] - 2025-05-06 ### Fixed