chore: bump project version to 0.18.0 and update changelog with release notes

This commit is contained in:
retoor 2025-11-07 17:52:15 +00:00
parent 3f246283c6
commit b3470c960d
2 changed files with 9 additions and 1 deletions

View File

@ -14,6 +14,14 @@
## Version 1.17.0 - 2025-11-07
This release updates the project's testing environment to support newer Python versions. It also bumps the version number to 1.17.0 and includes updated release notes.
**Changes:** 3 files, 14 lines
**Languages:** Markdown (8 lines), TOML (4 lines), YAML (2 lines)
## Version 1.16.0 - 2025-11-07 ## Version 1.16.0 - 2025-11-07
This release updates the software to version 1.16.0 and cleans up internal code for better maintainability. Tests have been updated to reflect internal changes, ensuring continued functionality. This release updates the software to version 1.16.0 and cleans up internal code for better maintainability. Tests have been updated to reflect internal changes, ensuring continued functionality.

View File

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "rp" name = "rp"
version = "1.16.0" version = "1.17.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"