File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66
77
8+ ## [ 2.3.0] - 2026-04-28
9+
10+ ### <!-- 0 --> 🚀 Features
11+ - Add cmake formatter to precommit hooks
12+ - Bump instrument-hooks to use int32_t for pid
13+ - Fix bazel build by forcing C++17
14+
15+ ### <!-- 7 --> ⚙️ Internals
16+ - Add macos integration test
17+ - Explicitly convert pid to unsigned
18+ - Bump instrument-hooks to suppress stub warnings
19+
20+
821## [ 2.2.0] - 2026-04-17
922
1023### <!-- 0 --> 🚀 Features
218231- Import google benchmark "fork"
219232
220233
234+ [ 2.3.0 ] : https://github.com/CodSpeedHQ/runner/compare/v2.2.0..v2.3.0
221235[ 2.2.0 ] : https://github.com/CodSpeedHQ/runner/compare/v2.1.0..v2.2.0
222236[ 2.1.0 ] : https://github.com/CodSpeedHQ/runner/compare/v2.0.0..v2.1.0
223237[ 2.0.0 ] : https://github.com/CodSpeedHQ/runner/compare/v1.4.1..v2.0.0
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.10 )
22
3- set (CODSPEED_VERSION 2.2 .0)
3+ set (CODSPEED_VERSION 2.3 .0)
44
55project (codspeed VERSION ${CODSPEED_VERSION} LANGUAGES CXX C )
66
Original file line number Diff line number Diff line change 11module (
22 name = "codspeed_core" ,
3- version = "2.2 .0" ,
3+ version = "2.3 .0" ,
44)
55
66bazel_dep (name = "rules_cc" , version = "0.0.17" )
Original file line number Diff line number Diff line change 11module (
22 name = "codspeed_google_benchmark_compat" ,
3- version = "2.2 .0" ,
3+ version = "2.3 .0" ,
44)
55
6- bazel_dep (name = "codspeed_core" , version = "2.2 .0" )
6+ bazel_dep (name = "codspeed_core" , version = "2.3 .0" )
77bazel_dep (name = "bazel_skylib" , version = "1.7.1" )
88bazel_dep (name = "platforms" , version = "0.0.10" )
99bazel_dep (name = "rules_cc" , version = "0.0.9" )
You can’t perform that action at this time.
0 commit comments