Skip to content

Commit 688d615

Browse files
committed
Version 2.3
The new bridge mode support is likely to be useful for wider testing, and we have collected a few fixes. Thanks to the contributors for this release: * Faizan Ali * Jeremy Kerr * Jinliang Wang * Khang D Nguyen * Matt Johnston * Nidhin MS Signed-off-by: Jeremy Kerr <[email protected]>
1 parent 49f6462 commit 688d615

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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.3] - 2025-10-22
10+
911
### Fixed
1012

1113
1. mctpd: fixed an issue where endpoints may persist when their dependent

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.2',
6+
version: 'v2.3',
77
license: 'GPLv2',
88
default_options: [
99
'warning_level=2',

0 commit comments

Comments
 (0)