maintenance: bump version to 0.15.0
Some checks failed
Tests / test (macos-latest, 3.10) (push) Waiting to run
Tests / test (macos-latest, 3.11) (push) Waiting to run
Tests / test (macos-latest, 3.12) (push) Waiting to run
Tests / test (macos-latest, 3.8) (push) Waiting to run
Tests / test (macos-latest, 3.9) (push) Waiting to run
Tests / test (windows-latest, 3.10) (push) Waiting to run
Tests / test (windows-latest, 3.11) (push) Waiting to run
Tests / test (windows-latest, 3.12) (push) Waiting to run
Tests / test (windows-latest, 3.8) (push) Waiting to run
Tests / test (windows-latest, 3.9) (push) Waiting to run
Lint / lint (push) Failing after 33s
Tests / test (ubuntu-latest, 3.10) (push) Failing after 32s
Tests / test (ubuntu-latest, 3.11) (push) Failing after 25s
Tests / test (ubuntu-latest, 3.12) (push) Failing after 43s
Tests / test (ubuntu-latest, 3.8) (push) Failing after 24s
Tests / test (ubuntu-latest, 3.9) (push) Failing after 18s

maintenance: remove unused modules and features
This commit is contained in:
retoor 2025-11-07 18:43:04 +01:00
parent 86f98d0845
commit f061457529
2 changed files with 9 additions and 1 deletions

View File

@ -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 ## 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. The application now uses a synchronous HTTP client, improving performance and simplifying code. This change doesn't affect the application's functionality for users.

View File

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "rp" name = "rp"
version = "1.13.0" version = "1.14.0"
description = "R python edition. The ultimate autonomous AI CLI." description = "R python edition. The ultimate autonomous AI CLI."
readme = "README.md" readme = "README.md"
requires-python = ">=3.12" requires-python = ">=3.12"