Skip to content

Commit 91321c0

Browse files
committed
chore: Release v0.24.0
Signed-off-by: mfd-intel-bot <[email protected]>
1 parent 1b68875 commit 91321c0

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
<!-- version list -->
44

5+
## v0.24.0 (2025-08-29)
6+
7+
### Continuous Integration
8+
9+
- Add new reusable workflow
10+
([`1b68875`](https://github.com/intel/mfd-const/commit/1b6887530084ba040d10247d38cc41c18304d841))
11+
12+
- Update repository name handling in workflows for pull requests
13+
([`1070c21`](https://github.com/intel/mfd-const/commit/1070c219fcceb73be51694995fdb6279ad37d397))
14+
15+
### Features
16+
17+
- Add GNR-D as NIC Family in network enum
18+
([`bdcb3ae`](https://github.com/intel/mfd-const/commit/bdcb3ae45f134c9a91489bfc519d0c30328d1d15))
19+
20+
521
## v0.23.0 (2025-07-09)
622

723
### Features

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-const"
1313
description = "Module for keeping const values."
1414
requires-python = ">=3.10, <3.14"
15-
version = "0.23.0"
15+
version = "0.24.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)