You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce a top-level Version() and SemVersion() function (#225)
* Introduce a top-level `Version()` and `SemVersion()` function.
These are intended to be used by submodules within the repo that need
to specify an "instrumentation version" when creating a tracer or meter.
* Included PR number in CHANGELOG
* Update contrib.go
Co-authored-by: Tyler Yahn <[email protected]>
* use predeclared constant regex
* Add comment about how/when Version() string is updated
Co-authored-by: Tyler Yahn <[email protected]>
0 commit comments