Skip to content

Commit

Permalink
chore: bump version to v1.0.0 (#155)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dmehala authored Sep 17, 2024
1 parent 407ab5b commit 85370e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datadog/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace datadog {
namespace tracing {

#define DD_TRACE_VERSION "v0.2.2"
#define DD_TRACE_VERSION "v1.0.0"

const char* const tracer_version = DD_TRACE_VERSION;
const char* const tracer_version_string =
Expand Down

0 comments on commit 85370e7

Please sign in to comment.