Skip to content

Commit

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

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

## 0.3.0 (2024-09-30)

### BREAKING CHANGES

- Drop support for kstream < 0.13

## 0.2.0 (2024-09-27)

### Features
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.2.0`
Version: `0.3.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.2.0"
version = "0.3.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.2.0"
__version__ = "0.3.0"

0 comments on commit 36e6ec9

Please sign in to comment.