Skip to content

Commit bf30684

Browse files
chore: bump chore library version
1 parent 352b991 commit bf30684

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
For now, releasing is done manually, by tagging a git rev with vX.Y.Z.
66

7-
When releasing a new version, please make sure the [version](https://github.com/CodSpeedHQ/codspeed-cpp/blob/fix-walltime-pid/core/CMakeLists.txt#L3) is updated in the `core/CMakeLists.txt` file to match the pushed version
7+
When releasing a new version, please make sure the version is updated in the [`core/CMakeLists.txt`](https://github.com/CodSpeedHQ/codspeed-cpp/blob/main/core/CMakeLists.txt#L3) and [`core/BUILD`](https://github.com/CodSpeedHQ/codspeed-cpp/blob/main/core/BUILD#L4) files to match the pushed version

core/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
load("@bazel_skylib//rules:common_settings.bzl", "string_flag")
22
load("@rules_cc//cc:defs.bzl", "cc_library")
33

4-
CODSPEED_VERSION = "1.0.0"
4+
CODSPEED_VERSION = "1.1.0"
55

66
# Define the codspeed library
77
cc_library(

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.0.1)
3+
set(CODSPEED_VERSION 1.1.0)
44

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

0 commit comments

Comments
 (0)