Compare commits

..

No commits in common. "bc17fd47dc87a470fcb8a8d2eb7e3d981806aaf7" and "1c95f81441a14b0296976f846f9513f1bbf58f5b" have entirely different histories.

2 changed files with 1 additions and 17 deletions

View File

@ -7,22 +7,6 @@
## Version 1.75.0 - 2025-12-13
Removes an unnecessary empty line from the README for improved formatting clarity. No functional changes affect user or developer experience.
**Changes:** 1 files, 1 lines
**Languages:** Markdown (1 lines)
## 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.

View File

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