Skip to content

Commit f08e32e

Browse files
author
semantic-release
committed
chore: release 0.4.0
1 parent 25d4326 commit f08e32e

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# CHANGELOG
22

33

4+
## v0.4.0 (2026-03-03)
5+
6+
### Features
7+
8+
- Add docs sync trigger ([#8](https://github.com/OpenAdaptAI/openadapt-consilium/pull/8),
9+
[`25d4326`](https://github.com/OpenAdaptAI/openadapt-consilium/commit/25d4326a609142f8185bd2e38a678d34bc05107c))
10+
11+
412
## v0.3.2 (2026-03-02)
513

614
### 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-consilium"
3-
version = "0.3.2"
3+
version = "0.4.0"
44
description = "Multi-LLM council for consensus-driven AI responses"
55
readme = "README.md"
66
requires-python = ">=3.10"

src/consilium/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from consilium.model_registry import get_latest, list_models
2222
from consilium.sdk import council_query
2323

24-
__version__ = "0.3.2"
24+
__version__ = "0.4.0"
2525
__all__ = [
2626
"Council",
2727
"CouncilResult",

0 commit comments

Comments
 (0)