Skip to content

Commit 97bba03

Browse files
release: 1.12.0
1 parent 8af3718 commit 97bba03

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.11.0"
2+
".": "1.12.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.12.0 (2026-07-18)
4+
5+
Full Changelog: [v1.11.0...v1.12.0](https://github.com/CASParser/cas-parser-python/compare/v1.11.0...v1.12.0)
6+
7+
### Features
8+
9+
* **stlc:** configurable CI runner and private-production-repo support in workflow templates ([8af3718](https://github.com/CASParser/cas-parser-python/commit/8af3718c0ec8748968f412683b73ce530edd3a4a))
10+
11+
12+
### Bug Fixes
13+
14+
* **internal:** resolve build failures ([0318675](https://github.com/CASParser/cas-parser-python/commit/0318675bbf3ff0b4faa30cb952a08d3137f320ac))
15+
316
## 1.11.0 (2026-06-18)
417

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

0 commit comments

Comments
 (0)