Skip to content

Commit a8e80e7

Browse files
author
semantic-release
committed
0.3.0-beta.2
[skip ci] Automatically generated by python-semantic-release
1 parent 3ec29b7 commit a8e80e7

2 files changed

Lines changed: 56 additions & 1 deletion

File tree

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v0.3.0-beta.2 (2026-02-07)
6+
7+
### Bug Fixes
8+
9+
- Port Windows compatibility, snapshot isolation, and CI hardening
10+
([#15](https://github.com/aorumbayev/kagan/pull/15),
11+
[`0602373`](https://github.com/aorumbayev/kagan/commit/0602373bef984f50f66a52867d2109e9c10ed029))
12+
13+
- Resolve quality blockers and stabilize test suite
14+
([#15](https://github.com/aorumbayev/kagan/pull/15),
15+
[`0602373`](https://github.com/aorumbayev/kagan/commit/0602373bef984f50f66a52867d2109e9c10ed029))
16+
17+
### Chores
18+
19+
- Windows tweaks
20+
([`e8c1fe9`](https://github.com/aorumbayev/kagan/commit/e8c1fe9eb186b03eec17e7336a28de662f4991df))
21+
22+
### Documentation
23+
24+
- Cap Python to 3.12–3.13 and update all user-facing documentation
25+
([`a873c6a`](https://github.com/aorumbayev/kagan/commit/a873c6a10c3447f4ae44cc3f7b5a746fae0564ec))
26+
27+
- Refresh documentation and remove outdated internal references
28+
([#15](https://github.com/aorumbayev/kagan/pull/15),
29+
[`0602373`](https://github.com/aorumbayev/kagan/commit/0602373bef984f50f66a52867d2109e9c10ed029))
30+
31+
### Features
32+
33+
- Implement planner mode, pair flow, and ACP streaming UI
34+
([#15](https://github.com/aorumbayev/kagan/pull/15),
35+
[`0602373`](https://github.com/aorumbayev/kagan/commit/0602373bef984f50f66a52867d2109e9c10ed029))
36+
37+
- Projects, multi-repos, workspaces, bug fixes, ui polishing, windows support
38+
([#15](https://github.com/aorumbayev/kagan/pull/15),
39+
[`0602373`](https://github.com/aorumbayev/kagan/commit/0602373bef984f50f66a52867d2109e9c10ed029))
40+
41+
### Refactoring
42+
43+
- Centralize storage with XDG paths and schema evolution
44+
([#15](https://github.com/aorumbayev/kagan/pull/15),
45+
[`0602373`](https://github.com/aorumbayev/kagan/commit/0602373bef984f50f66a52867d2109e9c10ed029))
46+
47+
- Consolidate git wrapper and modernize async patterns
48+
([#15](https://github.com/aorumbayev/kagan/pull/15),
49+
[`0602373`](https://github.com/aorumbayev/kagan/commit/0602373bef984f50f66a52867d2109e9c10ed029))
50+
51+
- Remodel architecture with service-oriented patterns
52+
([#15](https://github.com/aorumbayev/kagan/pull/15),
53+
[`0602373`](https://github.com/aorumbayev/kagan/commit/0602373bef984f50f66a52867d2109e9c10ed029))
54+
55+
- **core**: Migrate to sqlmodel ORM and official ACP SDK
56+
([#15](https://github.com/aorumbayev/kagan/pull/15),
57+
[`0602373`](https://github.com/aorumbayev/kagan/commit/0602373bef984f50f66a52867d2109e9c10ed029))
58+
59+
560
## v0.3.0-beta.1 (2026-02-02)
661

762
### Chores

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "kagan"
3-
version = "0.3.0-beta.1"
3+
version = "0.3.0-beta.2"
44
description = "AI-powered Kanban TUI for autonomous development workflows"
55
readme = "README.md"
66
license = "MIT"

0 commit comments

Comments
 (0)