Compare commits

...
2 Commits
Author SHA1 Message Date
retoor bc17fd47dc chore: remove empty line from README to tidy formatting
Tests / test (push) Successful in 2m43s
2025-12-13 14:10:08 +01:00
retoor 53ed827e44 docs: add initial readme 2025-12-13 14:04:12 +01:00
2 changed files with 17 additions and 1 deletions
+16
View File
@@ -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 ## 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. The configuration file now uses updated Python code for improved reliability. This change ensures consistent configuration loading and parsing.
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "rp" name = "rp"
version = "1.73.0" version = "1.75.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.10" requires-python = ">=3.10"