From bce5315780ead45cfcde727832fc309752f91c31 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 14:30:20 +0000 Subject: [PATCH] chore(main): release 1.3.0 --- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e229f06..a985756 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.3.0](https://github.com/rixlhq/rixl-python/compare/v1.2.0...v1.3.0) (2026-07-08) + + +### Features + +* **sdk:** regenerate based on latest OpenAPI spec ([128cdb6](https://github.com/rixlhq/rixl-python/commit/128cdb603e63eedb872ab2ea447e7557f4512c89)) +* **sdk:** regenerate based on latest OpenAPI spec ([f96207c](https://github.com/rixlhq/rixl-python/commit/f96207c511f145035c0a5f92c583c94a733bd540)) +* **sdk:** regenerate based on latest OpenAPI spec ([81c93ea](https://github.com/rixlhq/rixl-python/commit/81c93ea90a412ca2844110de9d0b7041bd909e57)) +* **sdk:** regenerate based on latest OpenAPI spec ([910f5ec](https://github.com/rixlhq/rixl-python/commit/910f5ecf5d3bab22ba45d0e3a85e4a04f5fe771f)) +* **sdk:** regenerate based on latest OpenAPI spec ([bd121e5](https://github.com/rixlhq/rixl-python/commit/bd121e54c7c2d04af25d2eadfb691dfe49067843)) +* **sdk:** regenerate based on latest OpenAPI spec ([5779130](https://github.com/rixlhq/rixl-python/commit/57791307efe4301facddc10d04a3d0f7201444e2)) + ## [1.2.0](https://github.com/rixlhq/rixl-python/compare/v1.1.1...v1.2.0) (2026-05-07) diff --git a/pyproject.toml b/pyproject.toml index 60b0eab..6734fbc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "rixl" -version = "1.2.0" +version = "1.3.0" description = "Python client for the RIXL API." readme = "README.md" requires-python = ">=3.10"