Skip to content

Commit 31ecded

Browse files
authored
Release 0.2.8 (#139)
* Bump version * Update changelog
1 parent 7cdaf67 commit 31ecded

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [unreleased]
5+
## [0.2.8] - 2023-01-09
66

77

88
### [FAI-825](https://issues.redhat.com/browse/FAI-825)
@@ -143,6 +143,12 @@ All notable changes to this project will be documented in this file.
143143

144144
- Improve API to declare selections in Python fairness ([#132](https://github.com/trustyai-explainability/trustyai-explainability-python/pull/132))
145145

146+
147+
### [FAI-917](https://issues.redhat.com/browse/FAI-917)
148+
149+
150+
- Add error message capturing within Python models ([#137](https://github.com/trustyai-explainability/trustyai-explainability-python/pull/137))
151+
146152
## [0.2.5] - 2022-09-14
147153

148154

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![version](https://img.shields.io/badge/version-0.2.7-green) [![Tests](https://github.com/trustyai-python/module/actions/workflows/workflow.yml/badge.svg)](https://github.com/trustyai-python/examples/actions/workflows/workflow.yml)
1+
![version](https://img.shields.io/badge/version-0.2.8-green) [![Tests](https://github.com/trustyai-python/module/actions/workflows/workflow.yml/badge.svg)](https://github.com/trustyai-python/examples/actions/workflows/workflow.yml)
22

33
# python-trustyai
44

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "trustyai"
3-
version = "0.2.7"
3+
version = "0.2.8"
44
description = "Python bindings to the TrustyAI explainability library."
55
authors = [{ name = "Rui Vieira", email = "rui@redhat.com" }]
66
license = { file = "LICENSE" }

src/trustyai/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""TrustyAI version"""
2-
__version__ = "0.2.7"
2+
__version__ = "0.2.8"

0 commit comments

Comments
 (0)