File tree Expand file tree Collapse file tree 4 files changed +18
-4
lines changed Expand file tree Collapse file tree 4 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 55
66
77
8+ ## [ 2.0.0] - 2025-11-21
9+
10+ ### <!-- 0 --> 🚀 Features
11+ - Add support for automated BCR publication
12+ - Update release process to add full tarball and bump versions
13+ - Prepare repository for BCR release
14+ - Accept rename instrumentation to simulation
15+
16+ ### <!-- 7 --> ⚙️ Internals
17+ - Make release script work on macos
18+ - Use c++17 to build core library
19+
20+
821## [ 1.4.1] - 2025-11-07
922
1023### <!-- 0 --> 🚀 Features
168181- Import google benchmark "fork"
169182
170183
184+ [ 2.0.0 ] : https://github.com/CodSpeedHQ/runner/compare/v1.4.1..v2.0.0
171185[ 1.4.1 ] : https://github.com/CodSpeedHQ/runner/compare/v1.4.0..v1.4.1
172186[ 1.4.0 ] : https://github.com/CodSpeedHQ/runner/compare/v1.3.0..v1.4.0
173187[ 1.3.0 ] : https://github.com/CodSpeedHQ/runner/compare/v1.2.0..v1.3.0
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.10)
22
3- set (CODSPEED_VERSION 1.4 .0)
3+ set (CODSPEED_VERSION 2.0 .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 = "1.4 .0" ,
3+ version = "2.0 .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 = "1.4 .0" ,
3+ version = "2.0 .0" ,
44)
55
6- bazel_dep (name = "codspeed_core" , version = "1.4 .0" )
6+ bazel_dep (name = "codspeed_core" , version = "2.0 .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