Skip to content

Commit

Permalink
as per semver2 first release should be 0.1.0 (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
lalitb authored Dec 18, 2020
1 parent 47c0599 commit aff3547
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Increment the:

## [Unreleased]

## [0.0.1] 2020-12-16
## [0.1.0] 2020-12-17
### Added
* Trace API experimental
### Changed
Expand Down
2 changes: 1 addition & 1 deletion api/include/opentelemetry/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include "opentelemetry/detail/preprocessor.h"

#define OPENTELEMETRY_ABI_VERSION_NO 0
#define OPENTELEMETRY_VERSION "0.0.1"
#define OPENTELEMETRY_VERSION "0.1.0"
#define OPENTELEMETRY_ABI_VERSION OPENTELEMETRY_STRINGIFY(OPENTELEMETRY_ABI_VERSION_NO)

// clang-format off
Expand Down
2 changes: 1 addition & 1 deletion sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Increment the:

## [Unreleased]

## [0.0.1] 2020-12-16
## [0.1.0] 2020-12-17
### Added
* Trace SDK experimental
* OTLP Exporter
Expand Down
2 changes: 1 addition & 1 deletion sdk/include/opentelemetry/sdk/version/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include "opentelemetry/detail/preprocessor.h"

#define OPENTELEMETRY_SDK_ABI_VERSION_NO 0
#define OPENTELEMETRY_SDK_VERSION "0.0.1"
#define OPENTELEMETRY_SDK_VERSION "0.1.0"
#define OPENTELEMETRY_SDK_ABI_VERSION OPENTELEMETRY_STRINGIFY(OPENTELEMETRY_SDK_ABI_VERSION_NO)

// clang-format off
Expand Down

0 comments on commit aff3547

Please sign in to comment.