Update opentelemetry-util-genai version to v0.2b0 (#3783)
Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com> Co-authored-by: Aaron Abbott <aaronabbott@google.com>
This commit is contained in:
parent
6c57132bbb
commit
b0679f1dd6
|
|
@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## Unreleased
|
||||
|
||||
## Version 0.1b0 (2025-09-24)
|
||||
|
||||
- Add completion hook to genai utils to implement semconv v1.37.
|
||||
|
||||
Includes a hook implementation using
|
||||
|
|
|
|||
|
|
@ -12,4 +12,4 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
__version__ = "0.1b0.dev"
|
||||
__version__ = "0.2b0.dev"
|
||||
|
|
|
|||
Loading…
Reference in New Issue