From 9eaf8f98919776974afe57a862a6b90966e0ff09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Berthier?= <122699395+FefBerthier@users.noreply.github.com> Date: Tue, 13 May 2025 14:58:00 +0200 Subject: [PATCH] chore(main): release 1.11.0 --- CHANGELOG.md | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 362f63a..4a8560e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 This changelog is auto-generated by [release-please](https://github.com/googleapis/release-please). +## [1.11.0](https://github.com/tofupilot/python-client/compare/v1.10.0...v1.11.0) (2025-05-13) + + +### Features + +* add logs in the create_run function arguments ([039a777](https://github.com/tofupilot/python-client/commit/039a777346fef85c38862659c2fa9459182e228a)) +* Add support for Operator UI ([d72b2f0](https://github.com/tofupilot/python-client/commit/d72b2f0a4747cacaa92663a26ef8882667b752ae)) + ## [1.9.4](https://github.com/tofupilot/python-client/compare/v1.9.3...v1.9.4) (2025-02-24) diff --git a/setup.py b/setup.py index e7a242b..858df7a 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="tofupilot", - version="1.11.1", + version="1.11.0", packages=find_packages(), install_requires=[ "requests>=2.25.0",