Skip to content

Commit

Permalink
BUMP: version 0.1.2 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 27, 2024
1 parent bf26373 commit a7dcbe5
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All notable changes to this project will be documented in this file.

## 0.2.0 (2024-09-27)

### Features

- add new metadata to send span

### Fixes

- Improve typings
- Types and iron out bugs, and include offset

## 0.1.2 (2024-09-18)

### Improvements
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> OTEL for kstreams
Version: `0.1.2`
Version: `0.2.0`

## Installation

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "opentelemetry-instrumentation-kstreams"
version = "0.1.2"
version = "0.2.0"
description = "OTEL for kstreams"
authors = ["Santiago Fraire Willemoes <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/opentelemetry_instrumentation_kstreams/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.2"
__version__ = "0.2.0"

0 comments on commit a7dcbe5

Please sign in to comment.