Skip to content

Commit 07c7a5d

Browse files
committed
Version 2.5
We have the new bridge polling feature, and VDM type support - time for a release! Thanks to the contributors for v2.5: * Daniel Hsu * Faizan Ali * Jeremy Kerr * Khang D Nguyen * Nidhin MS * Pavan Kumar Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au>
1 parent a768c87 commit 07c7a5d

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
## [Unreleased]
88

9+
## [2.5] - 2026-02-17
10+
911
### Added
1012

1113
1. `mctpd` now implements the Get Vendor Defined Message Support control

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
project(
44
'mctp', 'c',
55
meson_version: '>= 0.59.0',
6-
version: 'v2.4',
6+
version: 'v2.5',
77
license: 'GPLv2',
88
default_options: [
99
'warning_level=2',

0 commit comments

Comments
 (0)