chore: bump version to 0.15.0 and strip unused modules from codebase
- Incremented project version from 0.14.x to 0.15.0 in version files - Removed deprecated feature flags and orphaned module imports across multiple source files - Cleaned up dead code paths and unused utility functions to reduce binary size
This commit is contained in:
parent
71fc7b282d
commit
983e03402d
@ -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.
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user