Skip to content

Commit d7e57ed

Browse files
committed
Version 2.2
We have a reasonably stable revison now, and have some future features in the pipeline, so a good point for a 2.2 release. Thanks to our contributors for this version: * Andrew Jeffery * Jeremy Kerr * John Chung * Khang D Nguyen * Khem Raj * Marc Olberding * Matt Johnston * Thu Nguyen * Timon Liu Signed-off-by: Jeremy Kerr <[email protected]>
1 parent fa8e65d commit d7e57ed

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.2] - 2025-07-28
10+
911
### Fixed
1012

1113
1. Fixed an issue where peer pointers are kept over a potential realloc()

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

0 commit comments

Comments
 (0)