Skip to content

Commit 470cd13

Browse files
committed
release: prepare v2026.5.2 (M148 runtime pin)
Cuts a release for the M148 runtime hash bump in 41c8930. No code changes — just the runtime pin and CHANGELOG entry.
1 parent 41c8930 commit 470cd13

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project uses [CalVer](https://calver.org/) (`YYYY.M.PATCH`, PEP 440-com
77

88
## [Unreleased]
99

10+
## [2026.5.2] - 2026-05-18
11+
12+
Runtime pin bump for the M148 release cut on `roctinam/carbonyl`.
13+
14+
### Changed
15+
16+
- `.carbonyl-runtime-version` pinned to `8f070d2720157bd0`, the M148 (148.0.7778.167) baseline shipped in carbonyl runtime v0.2.0-alpha.5. `carbonyl-agent install` (default `--tag`) and the qa-runner Docker image now consume the M148 runtime tarball. Triggers automatic qa-runner image rebuild via `.gitea/workflows/build-qa-runner.yml`. (roctinam/carbonyl#70)
17+
1018
## [2026.5.1] - 2026-05-17
1119

1220
Maintenance release. Real-browser fingerprint refresh (Chrome 147 → 148, Firefox 150 desktop preset wired from a captured ClientHello), airgap install support, audit-log rotation, and the GitHub-first release pipeline that ships this tag.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "carbonyl-agent"
7-
version = "2026.5.1"
7+
version = "2026.5.2"
88
description = "Python automation SDK for the Carbonyl headless browser"
99
readme = "README.md"
1010
requires-python = ">=3.11"

0 commit comments

Comments
 (0)