Skip to content

Commit 85370e7

Browse files
authored
chore: bump version to v1.0.0 (#155)
Our next release will be v1.0.0 as part of our adherence to semantic versioning (semver). While there are no major changes, commits 32f0338 and d354e96 introduced some API changes that are not backward-compatible.
1 parent 407ab5b commit 85370e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/datadog/version.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace datadog {
44
namespace tracing {
55

6-
#define DD_TRACE_VERSION "v0.2.2"
6+
#define DD_TRACE_VERSION "v1.0.0"
77

88
const char* const tracer_version = DD_TRACE_VERSION;
99
const char* const tracer_version_string =

0 commit comments

Comments
 (0)