Skip to content

Commit 1ce5ec9

Browse files
author
semantic-release
committed
chore: release 0.3.1
1 parent cd54594 commit 1ce5ec9

3 files changed

Lines changed: 27 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 25 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,31 @@
11
# CHANGELOG
22

33

4-
## v0.1.0 (2026-03-02)
4+
## v0.3.1 (2026-03-02)
5+
6+
### Bug Fixes
7+
8+
- Resolve lint errors and restore version to 0.3.0
9+
([#4](https://github.com/OpenAdaptAI/openadapt-consilium/pull/4),
10+
[`cd54594`](https://github.com/OpenAdaptAI/openadapt-consilium/commit/cd5459423f4092d50dd874bea2469652e234d733))
11+
12+
- Remove unused imports: `Any` and `DEFAULT_MODELS` from core.py, `sys` from __main__.py - Remove
13+
unused variable assignment in test_council.py - Restore version to 0.3.0 (reverted by erroneous
14+
semantic-release run)
15+
16+
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
17+
18+
- Update URLs from abrichr/consilium to OpenAdaptAI/openadapt-consilium
19+
([#2](https://github.com/OpenAdaptAI/openadapt-consilium/pull/2),
20+
[`73b6474`](https://github.com/OpenAdaptAI/openadapt-consilium/commit/73b647475b7fc2ed00f523c0c9983fa2f7bcc373))
21+
22+
The repo was renamed from abrichr/consilium to OpenAdaptAI/openadapt-consilium. Update all 3
23+
install/clone URLs in README.md to point to the correct location.
24+
25+
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
26+
27+
28+
## v0.3.0 (2026-03-02)
529

630
### Bug Fixes
731

@@ -34,15 +58,6 @@ Replaces the deprecated `google.generativeai` SDK with the new `google-genai` SD
3458

3559
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
3660

37-
- Update URLs from abrichr/consilium to OpenAdaptAI/openadapt-consilium
38-
([#2](https://github.com/OpenAdaptAI/openadapt-consilium/pull/2),
39-
[`73b6474`](https://github.com/OpenAdaptAI/openadapt-consilium/commit/73b647475b7fc2ed00f523c0c9983fa2f7bcc373))
40-
41-
The repo was renamed from abrichr/consilium to OpenAdaptAI/openadapt-consilium. Update all 3
42-
install/clone URLs in README.md to point to the correct location.
43-
44-
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
45-
4661
- Version extraction for hyphen-separated model IDs + stale references
4762
([`2787905`](https://github.com/OpenAdaptAI/openadapt-consilium/commit/278790563b686c8e0461c0ad34944d2ce9d4d376))
4863

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "consilium"
3-
version = "0.3.0"
3+
version = "0.3.1"
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.0"
24+
__version__ = "0.3.1"
2525
__all__ = [
2626
"Council",
2727
"CouncilResult",

0 commit comments

Comments
 (0)