Skip to content

Commit 2059017

Browse files
committed
chore: Release v14.0.0
Signed-off-by: Lasota, Adrian <[email protected]>
1 parent ae14cba commit 2059017

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+
## v14.0.0 (2025-07-11)
6+
7+
### Features
8+
9+
- Initial commit
10+
([`ae14cba`](https://github.com/intel/mfd-network-adapter/commit/ae14cba83b9511a56f00aa7719fa7c8c2779aa8e))
11+
12+
### Breaking Changes
13+
14+
- OIDs binaries removed

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-network-adapter"
1313
description = "Module which handle operations on network adapters installed on different operating systems"
1414
requires-python = ">=3.10, <3.14"
15-
version = "13.83.0"
15+
version = "14.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)