maintenance: update project version to 1.21.0
Some checks failed
Tests / test (macos-latest, 3.10) (push) Waiting to run
Tests / test (macos-latest, 3.11) (push) Waiting to run
Tests / test (macos-latest, 3.12) (push) Waiting to run
Tests / test (windows-latest, 3.10) (push) Waiting to run
Tests / test (windows-latest, 3.11) (push) Waiting to run
Tests / test (windows-latest, 3.12) (push) Waiting to run
Lint / lint (push) Failing after 23s
Tests / test (ubuntu-latest, 3.10) (push) Failing after 39s
Tests / test (ubuntu-latest, 3.11) (push) Failing after 44s
Tests / test (ubuntu-latest, 3.12) (push) Failing after 1m9s

docs: update changelog with version 1.20.0 information
This commit is contained in:
retoor 2025-11-07 18:54:11 +01:00
parent 4569af4b8c
commit 0a5530cc57
2 changed files with 9 additions and 1 deletions

View File

@ -17,6 +17,14 @@
## Version 1.20.0 - 2025-11-07
The project has been updated to version 1.20.0. This release includes updated documentation and version information.
**Changes:** 2 files, 18 lines
**Languages:** Markdown (16 lines), TOML (2 lines)
## Version 1.19.0 - 2025-11-07
This release updates the project's version number. No new features or changes are introduced for users or developers.

View File

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