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:
otelbot[bot] 2025-09-25 20:42:59 +00:00 committed by GitHub
parent 6c57132bbb
commit b0679f1dd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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"