Skip to content

Commit 0251a7d

Browse files
authored
bump version for release 0.2.4 (#114)
## PR Checklist - [ ] Use descriptive commit messages. - [ ] Provide tests for your changes. - [ ] Update any related documentation and include any relevant screenshots. - [ ] Check if changes need to be made to docs (README or any guides in `/docs/`). - [ ] Reflect the changes you made in the changelog. ## What type of PR is this? (check all applicable) - [ ] Refactor - [ ] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation Update ## Description ## Related Tickets & Documents <!-- For pull requests that relate or close an issue, please include them below. We like to follow [Github's guidance on linking issues to pull requests](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue). For example having the text: "closes #1234" would connect the current pull request to issue 1234. And when we merge the pull request, Github will automatically close the issue. --> - Related Issue # - Closes # ## QA Instructions, Screenshots, Recordings _Please replace this line with instructions on how to test your changes, a note on the hardware and config this has been tested on, as well as any relevant additional information._ ## Added/updated tests? - [ ] Yes - [ ] No, and this is why: _please replace this line with details on why tests have not been included_ - [ ] I need help with writing tests ## [optional] Are there any post deployment tasks we need to perform?
1 parent b294e30 commit 0251a7d

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Changelog
22

3-
## Unreleased: 0.2.4-dev
3+
## Unreleased: 0.2.5-dev
4+
5+
### Models
6+
7+
### Tasks
8+
9+
### Metrics
10+
11+
### General
12+
13+
## 0.2.4
414

515
### Models
616

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "eval-framework"
3-
version = "0.2.4-dev"
3+
version = "0.2.5"
44
description = "Evalulation Framework"
55
readme = "README.md"
66
license = { file = "LICENSE" }

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)