Skip to content

Commit 42256e9

Browse files
author
semantic-release
committed
0.3.0-beta.1
[skip ci] Automatically generated by python-semantic-release
1 parent 5cb8f0f commit 42256e9

2 files changed

Lines changed: 75 additions & 1 deletion

File tree

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v0.3.0-beta.1 (2026-02-02)
6+
7+
### Chores
8+
9+
- **deps**: Add hypothesis testing library and update test config
10+
([#11](https://github.com/aorumbayev/kagan/pull/11),
11+
[`d7c686a`](https://github.com/aorumbayev/kagan/commit/d7c686a6678a1ed7861f6ab2aff77126881344af))
12+
13+
### Continuous Integration
14+
15+
- Fix cd failing due to lack of git profile
16+
([`1ea33fc`](https://github.com/aorumbayev/kagan/commit/1ea33fcb2384d76ad1d0e8f723632042e4dc4e36))
17+
18+
### Documentation
19+
20+
- Update documentation and add architecture guide
21+
([#11](https://github.com/aorumbayev/kagan/pull/11),
22+
[`d7c686a`](https://github.com/aorumbayev/kagan/commit/d7c686a6678a1ed7861f6ab2aff77126881344af))
23+
24+
### Features
25+
26+
- Ux improvements; minor new features; internal refactor
27+
([#11](https://github.com/aorumbayev/kagan/pull/11),
28+
[`d7c686a`](https://github.com/aorumbayev/kagan/commit/d7c686a6678a1ed7861f6ab2aff77126881344af))
29+
30+
- **cli**: Add tools command for agent management
31+
([#11](https://github.com/aorumbayev/kagan/pull/11),
32+
[`d7c686a`](https://github.com/aorumbayev/kagan/commit/d7c686a6678a1ed7861f6ab2aff77126881344af))
33+
34+
### Refactoring
35+
36+
- Update core modules and styling ([#11](https://github.com/aorumbayev/kagan/pull/11),
37+
[`d7c686a`](https://github.com/aorumbayev/kagan/commit/d7c686a6678a1ed7861f6ab2aff77126881344af))
38+
39+
- **acp**: Consolidate JSON-RPC and remove legacy RPC layer
40+
([#11](https://github.com/aorumbayev/kagan/pull/11),
41+
[`d7c686a`](https://github.com/aorumbayev/kagan/commit/d7c686a6678a1ed7861f6ab2aff77126881344af))
42+
43+
- **agents**: Improve planner, scheduler, and add installer
44+
([#11](https://github.com/aorumbayev/kagan/pull/11),
45+
[`d7c686a`](https://github.com/aorumbayev/kagan/commit/d7c686a6678a1ed7861f6ab2aff77126881344af))
46+
47+
- **database**: Enhance models and add migrations support
48+
([#11](https://github.com/aorumbayev/kagan/pull/11),
49+
[`d7c686a`](https://github.com/aorumbayev/kagan/commit/d7c686a6678a1ed7861f6ab2aff77126881344af))
50+
51+
- **keybindings**: Consolidate into single module
52+
([#11](https://github.com/aorumbayev/kagan/pull/11),
53+
[`d7c686a`](https://github.com/aorumbayev/kagan/commit/d7c686a6678a1ed7861f6ab2aff77126881344af))
54+
55+
- **tests**: Remove duplicate permission_prompt test
56+
([#11](https://github.com/aorumbayev/kagan/pull/11),
57+
[`d7c686a`](https://github.com/aorumbayev/kagan/commit/d7c686a6678a1ed7861f6ab2aff77126881344af))
58+
59+
- **tests**: Update e2e tests for refactored UI ([#11](https://github.com/aorumbayev/kagan/pull/11),
60+
[`d7c686a`](https://github.com/aorumbayev/kagan/commit/d7c686a6678a1ed7861f6ab2aff77126881344af))
61+
62+
- **tests**: Update integration tests for refactored modules
63+
([#11](https://github.com/aorumbayev/kagan/pull/11),
64+
[`d7c686a`](https://github.com/aorumbayev/kagan/commit/d7c686a6678a1ed7861f6ab2aff77126881344af))
65+
66+
- **tests**: Update test infrastructure and helpers
67+
([#11](https://github.com/aorumbayev/kagan/pull/11),
68+
[`d7c686a`](https://github.com/aorumbayev/kagan/commit/d7c686a6678a1ed7861f6ab2aff77126881344af))
69+
70+
- **tests**: Update unit tests for refactored modules
71+
([#11](https://github.com/aorumbayev/kagan/pull/11),
72+
[`d7c686a`](https://github.com/aorumbayev/kagan/commit/d7c686a6678a1ed7861f6ab2aff77126881344af))
73+
74+
- **ui**: Restructure screens, modals, and widgets
75+
([#11](https://github.com/aorumbayev/kagan/pull/11),
76+
[`d7c686a`](https://github.com/aorumbayev/kagan/commit/d7c686a6678a1ed7861f6ab2aff77126881344af))
77+
78+
579
## v0.2.1 (2026-01-31)
680

781
### 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 = "kagan"
3-
version = "0.2.1"
3+
version = "0.3.0-beta.1"
44
description = "AI-powered Kanban TUI for autonomous development workflows"
55
readme = "README.md"
66
license = "MIT"

0 commit comments

Comments
 (0)