diff --git a/.gitignore b/.gitignore index 398fd6c..295a4ed 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,9 @@ __pycache__/ ab # C extensions *.so +*.png +GEMINI.md + # Distribution / packaging .Python diff --git a/CHANGELOG.md b/CHANGELOG.md index 8808165..1ecdaa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,14 @@ + +## Version 1.22.0 - 2025-11-07 + +This release bumps the project version to 1.22.0 and removes an internal version print statement. Tests have been updated to use more accurate terminology. + +**Changes:** 4 files, 29 lines +**Languages:** Markdown (8 lines), Python (19 lines), TOML (2 lines) + ## Version 1.21.0 - 2025-11-07 The project has been updated to version 1.21.0, and the release notes for version 1.20.0 are now included in the changelog. diff --git a/pyproject.toml b/pyproject.toml index 0512ea7..b5c7f9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "rp" -version = "1.21.0" +version = "1.22.0" description = "R python edition. The ultimate autonomous AI CLI." readme = "README.md" requires-python = ">=3.10" diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..6c9c33b --- /dev/null +++ b/requirements.txt @@ -0,0 +1,10 @@ +pydantic==2.12.3 +jinja2==3.1.4 +cryptography==43.0.0 +docker==7.1.0 +gitpython==3.1.43 +websockets==13.0.1 +pytest==8.3.2 +bcrypt==4.1.3 +python-slugify==8.0.4 +requests>=2.31.0 \ No newline at end of file