Skip to content

Commit 7909395

Browse files
release: 1.7.0
1 parent 80766b1 commit 7909395

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-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.6.3"
2+
".": "1.7.0"
33
}

CHANGELOG.md

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

3+
## 1.7.0 (2026-03-27)
4+
5+
Full Changelog: [v1.6.3...v1.7.0](https://github.com/CASParser/cas-parser-python/compare/v1.6.3...v1.7.0)
6+
7+
### Features
8+
9+
* **internal:** implement indices array format for query and form serialization ([80766b1](https://github.com/CASParser/cas-parser-python/commit/80766b13d42f7b06973be98f5e2eb9e62fd411d8))
10+
11+
12+
### Bug Fixes
13+
14+
* sanitize endpoint path params ([83a2f2c](https://github.com/CASParser/cas-parser-python/commit/83a2f2c62dc993603487e8b19b6e329b7475510e))
15+
16+
17+
### Chores
18+
19+
* **ci:** skip lint on metadata-only changes ([dec3e9b](https://github.com/CASParser/cas-parser-python/commit/dec3e9bf8d1857ae839eca13cbe76f6146845d31))
20+
* **internal:** update gitignore ([c5e98a4](https://github.com/CASParser/cas-parser-python/commit/c5e98a45887d92948399e3be7c7f0bcacf68b5cf))
21+
322
## 1.6.3 (2026-03-17)
423

524
Full Changelog: [v1.6.2...v1.6.3](https://github.com/CASParser/cas-parser-python/compare/v1.6.2...v1.6.3)

pyproject.toml

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

src/cas_parser/_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__ = "cas_parser"
4-
__version__ = "1.6.3" # x-release-please-version
4+
__version__ = "1.7.0" # x-release-please-version

0 commit comments

Comments
 (0)