diff --git a/CHANGELOG.md b/CHANGELOG.md index dba3653..db29f86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,14 @@ + +## Version 1.75.0 - 2025-12-13 + +Removes an unnecessary empty line from the README for improved formatting clarity. No functional changes affect user or developer experience. + +**Changes:** 1 files, 1 lines +**Languages:** Markdown (1 lines) + ## Version 1.74.0 - 2025-12-13 Adds a README.md file to the project, providing initial documentation for users and developers. This document outlines project setup and basic usage. diff --git a/README.md b/README.md index 16edf96..a79699a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ Author: retoor - RP is a sophisticated command-line AI assistant designed for autonomous task execution, advanced tool integration, and intelligent workflow management. Built with a focus on reliability, extensibility, and developer productivity. ## Overview diff --git a/pyproject.toml b/pyproject.toml index bfdeda1..ee6167a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "rp" -version = "1.74.0" +version = "1.75.0" description = "R python edition. The ultimate autonomous AI CLI." readme = "README.md" requires-python = ">=3.10"