maintenance: update project version to 1.36.0
Some checks failed
Tests / test (push) Failing after 7s

maintenance: update changelog with version 1.35.0 release notes
maintenance: add test job to workflow
This commit is contained in:
retoor 2025-11-08 03:21:54 +01:00
parent 33d6b7b62e
commit 7abdcbe99f
3 changed files with 11 additions and 1 deletions

View File

@ -7,6 +7,8 @@ on:
branches: [ master, develop ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install dependencies
run: |

View File

@ -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

View File

@ -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"