Skip to content

Commit eea866a

Browse files
chore: Release v2.0.0-alpha.3
1 parent c3b310b commit eea866a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/publish-to-bcr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
# tag_name: ${{ github.event.release.tag_name || inputs.tag_name }}
2525
# TODO: DONT MERGE THIS, for testing during PR only
26-
tag_name: 'v2.0.0-alpha.2'
26+
tag_name: 'v2.0.0-alpha.3'
2727
registry_fork: CodSpeedHQ/bazel-central-registry
2828
# TODO: Change this back to bazel-central-registry when ready
2929
registry: CodSpeedHQ/bazel-central-registry

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 2.0.0-alpha.2)
3+
set(CODSPEED_VERSION 2.0.0-alpha.3)
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 = "2.0.0-alpha.2",
3+
version = "2.0.0-alpha.3",
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 = "2.0.0-alpha.2",
3+
version = "2.0.0-alpha.3",
44
)
55

6-
bazel_dep(name = "codspeed_core", version = "2.0.0-alpha.2")
6+
bazel_dep(name = "codspeed_core", version = "2.0.0-alpha.3")
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)