Skip to content

Commit 31ac0e8

Browse files
committed
Version 2.6
We have a few significant changes since 2.5, including the capacity to run as non-root. Full change set is in CHANGELOG.md. Thanks to the contributors for v2.6: * Andrew Jeffery * Freddie Jheng * Haiyue Wang * James Lee * Jeremy Kerr * Matt Johnston * Nidhin MS * Potin Lai * rutaabhyankar Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au>
1 parent 273f744 commit 31ac0e8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7-
## [Unreleased]
7+
## [2.6] - 2026-07-21
88

99
### Added
1010

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

0 commit comments

Comments
 (0)