Skip to content

Commit 7781285

Browse files
release: 1.11.0
1 parent 57d4425 commit 7781285

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.10.0"
2+
".": "1.11.0"
33
}

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## 1.11.0 (2025-10-10)
4+
5+
Full Changelog: [v1.10.0...v1.11.0](https://github.com/ComposioHQ/composio-base-py/compare/v1.10.0...v1.11.0)
6+
7+
### Features
8+
9+
* **api:** api update ([92e4ace](https://github.com/ComposioHQ/composio-base-py/commit/92e4ace6ff3c10e830e8359f408b93c7fad797d7))
10+
* **api:** api update ([ff03586](https://github.com/ComposioHQ/composio-base-py/commit/ff03586aaddeda9778b2573f48db98a3ea115744))
11+
* **api:** api update ([894af4d](https://github.com/ComposioHQ/composio-base-py/commit/894af4d5cf8ee6c2441b42e366b87218a95cebd7))
12+
* **api:** api update ([9ba0e9a](https://github.com/ComposioHQ/composio-base-py/commit/9ba0e9ab3432a3ad62160e0ea4e6caaefe5785e7))
13+
* **api:** api update ([b888851](https://github.com/ComposioHQ/composio-base-py/commit/b88885121a54da70a7597ae9bb721e524fa490e4))
14+
* **api:** api update ([2369a35](https://github.com/ComposioHQ/composio-base-py/commit/2369a35e9bfdb2f7cb8700322fd30ff6cdfaf10a))
15+
* **api:** api update ([0de1b68](https://github.com/ComposioHQ/composio-base-py/commit/0de1b68014415a3459a25e091775e72d52d6429d))
16+
* **api:** api update ([96d3e51](https://github.com/ComposioHQ/composio-base-py/commit/96d3e51ca088beed3c08c0214a7533b8e2cf8763))
17+
18+
19+
### Chores
20+
21+
* **internal:** detect missing future annotations with ruff ([57d4425](https://github.com/ComposioHQ/composio-base-py/commit/57d4425c479c890d21621d13bf7ac7de7c2658d8))
22+
323
## 1.10.0 (2025-09-25)
424

525
Full Changelog: [v1.9.1...v1.10.0](https://github.com/ComposioHQ/composio-base-py/compare/v1.9.1...v1.10.0)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "composio-client"
3-
version = "1.10.0"
3+
version = "1.11.0"
44
description = "The official Python library for the composio API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/composio_client/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "composio_client"
4-
__version__ = "1.10.0" # x-release-please-version
4+
__version__ = "1.11.0" # x-release-please-version

0 commit comments

Comments
 (0)