Skip to content

Commit 651fcd9

Browse files
author
semantic-release
committed
chore: release 0.11.2
1 parent 729c289 commit 651fcd9

2 files changed

Lines changed: 35 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,40 @@
11
# CHANGELOG
22

33

4+
## v0.11.2 (2026-02-25)
5+
6+
### Bug Fixes
7+
8+
- **docs**: Require conventional commit format for PR titles
9+
([#32](https://github.com/OpenAdaptAI/openadapt-ml/pull/32),
10+
[`303f54f`](https://github.com/OpenAdaptAI/openadapt-ml/commit/303f54f64a342044fddd26ffdd835b006c2a48a5))
11+
12+
PR titles become squash merge commit messages. Without the fix:/feat: prefix,
13+
python-semantic-release skips the release. Document this requirement prominently in CLAUDE.md.
14+
15+
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
16+
17+
### Documentation
18+
19+
- Enforce branch protection rules ([#30](https://github.com/OpenAdaptAI/openadapt-ml/pull/30),
20+
[`afad981`](https://github.com/OpenAdaptAI/openadapt-ml/commit/afad9810bc51909bc86237378b2fb5356c569790))
21+
22+
* docs: add mandatory branch/PR rule to CLAUDE.md
23+
24+
Adds explicit instruction that all changes must go through feature branches and pull requests.
25+
enforce_admins has been enabled on GitHub to prevent admin bypass of branch protection.
26+
27+
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
28+
29+
* fix(modal): remove unused os import
30+
31+
Fixes ruff F401 lint error on modal_cloud.py.
32+
33+
---------
34+
35+
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
36+
37+
438
## v0.11.1 (2026-02-24)
539

640
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "openadapt-ml"
3-
version = "0.11.1"
3+
version = "0.11.2"
44
description = "Model-agnostic, domain-agnostic ML engine for GUI automation agents"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)