Skip to content

Commit ac5aa10

Browse files
authored
Merge pull request #29 from root-signals/release-1.5.3
Release 1.5.3
2 parents 80fb8ae + 37f0a85 commit ac5aa10

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

docs/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 1.5.3
2+
3+
### Added
4+
5+
- Added `requires_contexts`, `requires_functions`, and `requires_expected_output` to evaluator list output
6+
7+
### Removed
8+
9+
- Removed data loaders. Input variables to be used as replacements for data loaders.
10+
111
## 1.5.2
212

313
### Added

src/root/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# SPDX-FileCopyrightText: 2024-present juho.ylikyla <[email protected]>
22
#
33
# SPDX-License-Identifier: MIT
4-
__version__ = "1.5.2"
4+
__version__ = "1.5.3"

0 commit comments

Comments
 (0)