Skip to content

Commit 7942be6

Browse files
release: 1.14.0
1 parent 6b672e3 commit 7942be6

4 files changed

Lines changed: 26 additions & 3 deletions

File tree

.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.13.0"
2+
".": "1.14.0"
33
}

CHANGELOG.md

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

3+
## 1.14.0 (2026-03-27)
4+
5+
Full Changelog: [v1.13.0...v1.14.0](https://github.com/coingecko/coingecko-python/compare/v1.13.0...v1.14.0)
6+
7+
### Features
8+
9+
* **internal:** implement indices array format for query and form serialization ([6b672e3](https://github.com/coingecko/coingecko-python/commit/6b672e393231b592ae0ec3d7aec8a41aab5ce331))
10+
11+
12+
### Bug Fixes
13+
14+
* **deps:** bump minimum typing-extensions version ([7a2809e](https://github.com/coingecko/coingecko-python/commit/7a2809e203ebeacd52704696b19c94780d9c0db6))
15+
* **pydantic:** do not pass `by_alias` unless set ([5b4c5d1](https://github.com/coingecko/coingecko-python/commit/5b4c5d1fec42630e39a569422baf75eb0990bb31))
16+
* sanitize endpoint path params ([a87e9d4](https://github.com/coingecko/coingecko-python/commit/a87e9d4bacf39d06c9becdd45dcf6a422699e987))
17+
18+
19+
### Chores
20+
21+
* **ci:** skip lint on metadata-only changes ([07969b0](https://github.com/coingecko/coingecko-python/commit/07969b071692db08955e6dec6d1c85ef751e2cf5))
22+
* **ci:** skip uploading artifacts on stainless-internal branches ([53e9338](https://github.com/coingecko/coingecko-python/commit/53e93380ab1adfadf0a86d219c9216bb8bfe4174))
23+
* **internal:** tweak CI branches ([4d1960a](https://github.com/coingecko/coingecko-python/commit/4d1960abd7dfb3610749bcc303579deb787f8853))
24+
* **internal:** update gitignore ([5266e41](https://github.com/coingecko/coingecko-python/commit/5266e41274a94efa377aa80cd77f67e0f2369311))
25+
326
## 1.13.0 (2026-02-25)
427

528
Full Changelog: [v1.12.0...v1.13.0](https://github.com/coingecko/coingecko-python/compare/v1.12.0...v1.13.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 = "coingecko_sdk"
3-
version = "1.13.0"
3+
version = "1.14.0"
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.13.0" # x-release-please-version
4+
__version__ = "1.14.0" # x-release-please-version

0 commit comments

Comments
 (0)