From cf640a27822ec5dec3fa2052c6c99696d51eb68d Mon Sep 17 00:00:00 2001 From: retoor Date: Thu, 6 Nov 2025 16:47:15 +0100 Subject: [PATCH] feat: support displaying ads across multiple machines maintenance: bump version to 1.7.0 --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e6e38d..e6b9c28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ + +## Version 1.6.0 - 2025-11-06 + +The system now supports displaying ads across multiple machines. This improves ad delivery and scalability for users and developers. + +**Changes:** 19 files, 2312 lines +**Languages:** Markdown (8 lines), Python (2299 lines), TOML (5 lines) + ## Version 1.5.0 - 2025-11-06 Agents can now use datasets stored across multiple locations. This allows for larger datasets and improved performance. diff --git a/pyproject.toml b/pyproject.toml index f1e0409..5ea3513 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "rp" -version = "1.5.0" +version = "1.6.0" description = "R python edition. The ultimate autonomous AI CLI." readme = "README.md" requires-python = ">=3.12"