From 7abdcbe99f07fc1998e08b762683a7a5bb0b02a0 Mon Sep 17 00:00:00 2001 From: retoor Date: Sat, 8 Nov 2025 03:21:54 +0100 Subject: [PATCH] maintenance: update project version to 1.36.0 maintenance: update changelog with version 1.35.0 release notes maintenance: add test job to workflow --- .gitea/workflows/test.yml | 2 ++ CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index aa10003..8aa15cc 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -7,6 +7,8 @@ on: branches: [ master, develop ] jobs: + test: + runs-on: ubuntu-latest steps: - name: Install dependencies run: | diff --git a/CHANGELOG.md b/CHANGELOG.md index fb503c4..eeb63ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,14 @@ + + +## Version 1.35.0 - 2025-11-08 + +This release updates internal configuration and build processes. It bumps the version to 1.35.0, ensuring continued stability and reliability. + +**Changes:** 4 files, 61 lines +**Languages:** Markdown (8 lines), TOML (2 lines), YAML (51 lines) ## Version 1.34.0 - 2025-11-08 diff --git a/pyproject.toml b/pyproject.toml index a7aa354..7b555df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "rp" -version = "1.34.0" +version = "1.35.0" description = "R python edition. The ultimate autonomous AI CLI." readme = "README.md" requires-python = ">=3.10"