Skip to content

Commit a0dc601

Browse files
chore: Release v2.0.0-alpha
1 parent 6f4b3fa commit a0dc601

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@
55

66

77

8+
## [2.0.0-alpha] - 2025-11-19
9+
10+
### <!-- 0 -->🚀 Features
11+
- Update release process to add full tarball
12+
- Prepare repository for BCR release
13+
14+
### <!-- 7 -->⚙️ Internals
15+
- Use c++17 to build core library
16+
17+
818
## [1.4.1] - 2025-11-07
919

1020
### <!-- 0 -->🚀 Features
@@ -168,6 +178,7 @@
168178
- Import google benchmark "fork"
169179

170180

181+
[2.0.0-alpha]: https://github.com/CodSpeedHQ/runner/compare/v1.4.1..v2.0.0-alpha
171182
[1.4.1]: https://github.com/CodSpeedHQ/runner/compare/v1.4.0..v1.4.1
172183
[1.4.0]: https://github.com/CodSpeedHQ/runner/compare/v1.3.0..v1.4.0
173184
[1.3.0]: https://github.com/CodSpeedHQ/runner/compare/v1.2.0..v1.3.0

core/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.10)
22

3-
set(CODSPEED_VERSION 1.4.0)
3+
set(CODSPEED_VERSION 2.0.0)
44

55
project(codspeed VERSION ${CODSPEED_VERSION} LANGUAGES CXX C)
66

core/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "codspeed_core",
3-
version = "1.4.0",
3+
version = "2.0.0",
44
)
55

66
bazel_dep(name = "rules_cc", version = "0.0.17")

google_benchmark/MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
module(
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")
77
bazel_dep(name = "bazel_skylib", version = "1.7.1")
88
bazel_dep(name = "platforms", version = "0.0.10")
99
bazel_dep(name = "rules_cc", version = "0.0.9")

0 commit comments

Comments
 (0)