-
Notifications
You must be signed in to change notification settings - Fork 446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release for 0.2.0 #594
Release for 0.2.0 #594
Conversation
CHANGELOG.md
Outdated
## [0.2.0] 2021-03-02 | ||
|
||
* [SDK] Added `ForceFlush` to `TracerProvider` in SDK. ([#588](https://github.com/open-telemetry/opentelemetry-cpp/pull/588)). | ||
* [SDK] Added Resource API |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider putting the actual PR link (similar like what we have for #588).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point. Done now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Codecov Report
@@ Coverage Diff @@
## main #594 +/- ##
=======================================
Coverage ? 94.22%
=======================================
Files ? 187
Lines ? 8882
Branches ? 0
=======================================
Hits ? 8369
Misses ? 513
Partials ? 0 |
Release 0.2.0
Changes
New alpha release 0.2.0
As of now, it's ok to have same semver for both api and sdk, and hence single source package release. Once we start deviating in release number, we can plan to have separate source packages for api, and sdk ( including exporters, propagators, instrumentations )
For significant contributions please make sure you have completed the following items:
CHANGELOG.md
updated for non-trivial changes