Skip to content

Commit 3babe67

Browse files
release: 1.11.0
1 parent b0e3a92 commit 3babe67

4 files changed

Lines changed: 16 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.10.0"
2+
".": "1.11.0"
33
}

CHANGELOG.md

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

3+
## 1.11.0 (2026-06-18)
4+
5+
Full Changelog: [v1.10.0...v1.11.0](https://github.com/CASParser/cas-parser-python/compare/v1.10.0...v1.11.0)
6+
7+
### Features
8+
9+
* **internal/types:** support eagerly validating pydantic iterators ([47b37f5](https://github.com/CASParser/cas-parser-python/commit/47b37f58341741936a5b3e9954fecd63b4a0ccaf))
10+
11+
12+
### Bug Fixes
13+
14+
* **auth:** prioritize first auth header ([b0e3a92](https://github.com/CASParser/cas-parser-python/commit/b0e3a923509d1c47c31bf6a65884dce31d11ea54))
15+
316
## 1.10.0 (2026-05-09)
417

518
Full Changelog: [v1.9.0...v1.10.0](https://github.com/CASParser/cas-parser-python/compare/v1.9.0...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 = "cas-parser-python"
3-
version = "1.10.0"
3+
version = "1.11.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.10.0" # x-release-please-version
4+
__version__ = "1.11.0" # x-release-please-version

0 commit comments

Comments
 (0)