Compare commits
2
Commits
1c95f81441
...
bc17fd47dc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bc17fd47dc | ||
|
|
53ed827e44 |
@@ -7,6 +7,22 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## 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.
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "rp"
|
||||
version = "1.73.0"
|
||||
version = "1.75.0"
|
||||
description = "R python edition. The ultimate autonomous AI CLI."
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
|
||||
Reference in New Issue
Block a user