diff --git a/CHANGELOG.md b/CHANGELOG.md index 27783d5..92c9bd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,14 @@ + +## Version 1.14.0 - 2025-11-07 + +Several internal modules and features have been removed from the codebase. This simplifies the project and removes functionality that was no longer in use. + +**Changes:** 85 files, 15237 lines +**Languages:** Markdown (51 lines), Other (562 lines), Python (14603 lines), TOML (21 lines) + ## Version 1.13.0 - 2025-11-07 The application now uses a synchronous HTTP client, improving performance and simplifying code. This change doesn't affect the application's functionality for users. diff --git a/pyproject.toml b/pyproject.toml index efd1ff5..9620df5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "rp" -version = "1.13.0" +version = "1.14.0" description = "R python edition. The ultimate autonomous AI CLI." readme = "README.md" requires-python = ">=3.12"