File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11[project ]
22name = " openadapt-ml"
3- version = " 0.11.1 "
3+ version = " 0.11.2 "
44description = " Model-agnostic, domain-agnostic ML engine for GUI automation agents"
55readme = " README.md"
66requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments