Skip to content

Commit aff3547

Browse files
authored
as per semver2 first release should be 0.1.0 (#463)
1 parent 47c0599 commit aff3547

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

api/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

api/include/opentelemetry/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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

sdk/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

sdk/include/opentelemetry/sdk/version/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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

0 commit comments

Comments
 (0)