Skip to content

Commit a209aeb

Browse files
release: 1.11.2
1 parent a8ce8c0 commit a209aeb

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-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.11.1"
2+
".": "1.11.2"
33
}

CHANGELOG.md

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

3+
## 1.11.2 (2025-11-11)
4+
5+
Full Changelog: [v1.11.1...v1.11.2](https://github.com/coingecko/coingecko-python/compare/v1.11.1...v1.11.2)
6+
7+
### Bug Fixes
8+
9+
* **client:** close streams without requiring full consumption ([920e115](https://github.com/coingecko/coingecko-python/commit/920e115252ab911ed3e0f0f588efd3302eb07651))
10+
11+
12+
### Chores
13+
14+
* bump `httpx-aiohttp` version to 0.1.9 ([8bb3482](https://github.com/coingecko/coingecko-python/commit/8bb3482e800e3b28a107bf2d71e888cad9e16855))
15+
* **internal/tests:** avoid race condition with implicit client cleanup ([21f1918](https://github.com/coingecko/coingecko-python/commit/21f1918d6dd982b0bf0280cd5585cfdab8d1e275))
16+
* **internal:** detect missing future annotations with ruff ([c7100fb](https://github.com/coingecko/coingecko-python/commit/c7100fb15194c4eb34d12cb995ea2a81ebfe0b26))
17+
* **internal:** grammar fix (it's -> its) ([10ceb55](https://github.com/coingecko/coingecko-python/commit/10ceb55cfbb9ee6dbd27a9d8e02fd302005c7f70))
18+
* **package:** drop Python 3.8 support ([a8ce8c0](https://github.com/coingecko/coingecko-python/commit/a8ce8c038065a5aecadd21dbf66b8408a3350f1b))
19+
320
## 1.11.1 (2025-10-06)
421

522
Full Changelog: [v1.11.0...v1.11.1](https://github.com/coingecko/coingecko-python/compare/v1.11.0...v1.11.1)

pyproject.toml

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

src/coingecko_sdk/_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__ = "coingecko_sdk"
4-
__version__ = "1.11.1" # x-release-please-version
4+
__version__ = "1.11.2" # x-release-please-version

0 commit comments

Comments
 (0)