File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
include/opentelemetry/sdk/version Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Increment the:
1414
1515## [ Unreleased]
1616
17- ## [ 0.0.1 ] 2020-12-16
17+ ## [ 0.1.0 ] 2020-12-17
1818### Added
1919 * Trace API experimental
2020### Changed
Original file line number Diff line number Diff line change 33#include " opentelemetry/detail/preprocessor.h"
44
55#define OPENTELEMETRY_ABI_VERSION_NO 0
6- #define OPENTELEMETRY_VERSION " 0.0.1 "
6+ #define OPENTELEMETRY_VERSION " 0.1.0 "
77#define OPENTELEMETRY_ABI_VERSION OPENTELEMETRY_STRINGIFY (OPENTELEMETRY_ABI_VERSION_NO)
88
99// clang-format off
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Increment the:
1414
1515## [ Unreleased]
1616
17- ## [ 0.0.1 ] 2020-12-16
17+ ## [ 0.1.0 ] 2020-12-17
1818### Added
1919 * Trace SDK experimental
2020 * OTLP Exporter
Original file line number Diff line number Diff line change 33#include " opentelemetry/detail/preprocessor.h"
44
55#define OPENTELEMETRY_SDK_ABI_VERSION_NO 0
6- #define OPENTELEMETRY_SDK_VERSION " 0.0.1 "
6+ #define OPENTELEMETRY_SDK_VERSION " 0.1.0 "
77#define OPENTELEMETRY_SDK_ABI_VERSION OPENTELEMETRY_STRINGIFY (OPENTELEMETRY_SDK_ABI_VERSION_NO)
88
99// clang-format off
You can’t perform that action at this time.
0 commit comments