Skip to content

Commit fe5aa95

Browse files
author
semantic-release
committed
0.5.0
Automatically generated by python-semantic-release
1 parent ad2998e commit fe5aa95

3 files changed

Lines changed: 25 additions & 2 deletions

File tree

CHANGELOG.md

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

33

4+
## v0.5.0 (2025-04-08)
5+
6+
### Bug Fixes
7+
8+
- **adm_core**: Limit kaleido alignment attributes to 1
9+
([`79fda7d`](https://github.com/ITM-Kitware/align-app/commit/79fda7d077f42d21c7eba4e313985bc9c5738e3a))
10+
11+
### Chores
12+
13+
- **README**: Fix dev poetry install command
14+
([`941d498`](https://github.com/ITM-Kitware/align-app/commit/941d498d029e3f4f587652ce5d56be21673d4602))
15+
16+
### Features
17+
18+
- **adm_core**: Make system prompt for kaleido
19+
([`d0d711b`](https://github.com/ITM-Kitware/align-app/commit/d0d711bd722095e94dd898bd6b5bcce5cbe8fcac))
20+
21+
### Refactoring
22+
23+
- **adm_core**: Pull decider configs from datasets
24+
([`ad2998e`](https://github.com/ITM-Kitware/align-app/commit/ad2998e663f8c46a2b77e326ed6f107fa2e138ba))
25+
26+
427
## v0.4.2 (2025-04-04)
528

629
### Bug Fixes

align_app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.2"
1+
__version__ = "0.5.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "align-app"
7-
version = "0.4.2"
7+
version = "0.5.0"
88
description = "Web app showcasing an AI system designed to make decisions in scenarios where no single right answer exists."
99
authors = ["Paul Elliott"]
1010
license = "Apache Software License"

0 commit comments

Comments
 (0)