Skip to content

Commit 9ca74d9

Browse files
committed
chore: Release v2.0.0.
Signed-off-by: Mateusz Chrominski <mateusz.chrominski@intel.com>
1 parent 9d9b0e3 commit 9ca74d9

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# CHANGELOG
2+
3+
<!-- version list -->
4+
5+
## v2.0.0 (2025-07-02)
6+
7+
### Features
8+
9+
- Initial commit
10+
([`5a76e5d`](https://github.com/intel/mfd-host/commit/5a76e5d93042161603109b54dbd46ba932311b28))
11+
12+
### Breaking Changes
13+
14+
- COREINFO_EXE_PATH default path changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies = { file = ["requirements.txt"] }
1212
name = "mfd-host"
1313
description = "MFD Host provides a unified Python interface for managing and interacting with Systems Under Tests (SUTs) AKA Hosts and their capabilities across multiple operating systems."
1414
requires-python = ">=3.10, <3.14"
15-
version = "1.24.1"
15+
version = "2.0.0"
1616
dynamic = ["dependencies"]
1717
license-files = ["LICENSE.md", "AUTHORS.md"]
1818
readme = {file = "README.md", content-type = "text/markdown"}

0 commit comments

Comments
 (0)