We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 254ee84 commit 77e11e8Copy full SHA for 77e11e8
CHANGELOG.md
@@ -0,0 +1,8 @@
1
+# CHANGELOG
2
+
3
+## v7.12.0 (2025-07-10)
4
5
+### Features
6
7
+- Initial commit
8
+ ([`254ee84`](https://github.com/intel/mfd-connect/commit/254ee84e67dcee4734346a096b611d8a42f50151))
pyproject.toml
@@ -12,7 +12,7 @@ dependencies = { file = ["requirements.txt"] }
12
name = "mfd-connect"
13
description = "Module for running commands on remote machine."
14
requires-python = ">=3.10, <3.14"
15
-version = "7.11.0"
+version = "7.12.0"
16
dynamic = ["dependencies"]
17
license-files = ["LICENSE.md", "AUTHORS.md"]
18
readme = {file = "README.md", content-type = "text/markdown"}
0 commit comments