Skip to content

Commit 6b3c073

Browse files
author
OpenAdapt Bot
committed
1.2.3
Automatically generated by python-semantic-release
1 parent 37db8d4 commit 6b3c073

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
<!-- version list -->
44

5+
## v1.2.3 (2026-06-12)
6+
7+
### Bug Fixes
8+
9+
- Honor --output in serve, clear error for unresolvable configs
10+
([#1001](https://github.com/OpenAdaptAI/OpenAdapt/pull/1001),
11+
[`37db8d4`](https://github.com/OpenAdaptAI/OpenAdapt/commit/37db8d4862097efaa57608bdd4972a72f0e57a7b))
12+
13+
- Repair broken openadapt-ml imports in serve and train CLI commands
14+
([#1001](https://github.com/OpenAdaptAI/OpenAdapt/pull/1001),
15+
[`37db8d4`](https://github.com/OpenAdaptAI/OpenAdapt/commit/37db8d4862097efaa57608bdd4972a72f0e57a7b))
16+
17+
### Code Style
18+
19+
- Ruff format cli.py ([#1001](https://github.com/OpenAdaptAI/OpenAdapt/pull/1001),
20+
[`37db8d4`](https://github.com/OpenAdaptAI/OpenAdapt/commit/37db8d4862097efaa57608bdd4972a72f0e57a7b))
21+
22+
523
## v1.2.2 (2026-03-04)
624

725
### 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"
3-
version = "1.2.2"
3+
version = "1.2.3"
44
description = "GUI automation with ML - record, train, deploy, evaluate"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)