From f061457529ef27b95df1cfa5262385203b380754 Mon Sep 17 00:00:00 2001 From: retoor Date: Fri, 7 Nov 2025 18:43:04 +0100 Subject: [PATCH] maintenance: bump version to 0.15.0 maintenance: remove unused modules and features --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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"