Skip to content

Commit 48f1667

Browse files
author
OpenAdapt Bot
committed
1.0.5
Automatically generated by python-semantic-release
1 parent b284b34 commit 48f1667

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v1.0.5 (2026-02-13)
6+
7+
### Bug Fixes
8+
9+
- **ci**: Fix release automation — add version_toml config, gate PyPI publish
10+
([#987](https://github.com/OpenAdaptAI/OpenAdapt/pull/987),
11+
[`b284b34`](https://github.com/OpenAdaptAI/OpenAdapt/commit/b284b34f57ae89f06594a95bb9415e2fa597dd84))
12+
13+
- **ci**: Fix release automation — add version_toml, gate PyPI publish
14+
([#987](https://github.com/OpenAdaptAI/OpenAdapt/pull/987),
15+
[`b284b34`](https://github.com/OpenAdaptAI/OpenAdapt/commit/b284b34f57ae89f06594a95bb9415e2fa597dd84))
16+
17+
### Documentation
18+
19+
- Add terminal output examples and success indicators to quick start
20+
([#987](https://github.com/OpenAdaptAI/OpenAdapt/pull/987),
21+
[`b284b34`](https://github.com/OpenAdaptAI/OpenAdapt/commit/b284b34f57ae89f06594a95bb9415e2fa597dd84))
22+
23+
- Add terminal output examples and success indicators to quick start
24+
([#986](https://github.com/OpenAdaptAI/OpenAdapt/pull/986),
25+
[`a3b6876`](https://github.com/OpenAdaptAI/OpenAdapt/commit/a3b68769c5bbe64e4a112505f55f7315bf7bf3ca))
26+
27+
- Fix stars rendering and add new feature documentation
28+
([#987](https://github.com/OpenAdaptAI/OpenAdapt/pull/987),
29+
[`b284b34`](https://github.com/OpenAdaptAI/OpenAdapt/commit/b284b34f57ae89f06594a95bb9415e2fa597dd84))
30+
31+
- Fix stars rendering and add new feature documentation
32+
([#986](https://github.com/OpenAdaptAI/OpenAdapt/pull/986),
33+
[`a3b6876`](https://github.com/OpenAdaptAI/OpenAdapt/commit/a3b68769c5bbe64e4a112505f55f7315bf7bf3ca))
34+
35+
536
## v1.0.4 (2026-01-17)
637

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

0 commit comments

Comments
 (0)