diff --git a/CHANGELOG.md b/CHANGELOG.md index dfa89d4..dba3653 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ + +## 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. + +**Changes:** 1 files, 1 lines +**Languages:** Markdown (1 lines) + ## Version 1.73.0 - 2025-12-13 The configuration file now uses updated Python code for improved reliability. This change ensures consistent configuration loading and parsing. diff --git a/README.md b/README.md index a79699a..16edf96 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ 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 fe1780d..bfdeda1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "rp" -version = "1.73.0" +version = "1.74.0" description = "R python edition. The ultimate autonomous AI CLI." readme = "README.md" requires-python = ">=3.10"