Skip to content

Commit

Permalink
Bump version 3.0.1 → 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bakdata-bot committed Jan 23, 2024
1 parent 08aff76 commit 6121514
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions docs/docs/user/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,27 @@
# Changelog
## [3.0.2](https://github.com/bakdata/kpops/releases/tag/3.0.2) - Release Date: [2024-01-23]

### 🐛 Fixes

- Fix Helm diff output - [#434](https://github.com/bakdata/kpops/pull/434)


### 📝 Documentation

- Add step for submodule initialization on the docs - [#431](https://github.com/bakdata/kpops/pull/431)


### 🌀 Miscellaneous

- Add message if examples git submodule is not initialized - [#432](https://github.com/bakdata/kpops/pull/432)

- Update type annotation for deserialized pipeline - [#433](https://github.com/bakdata/kpops/pull/433)






## [3.0.1](https://github.com/bakdata/kpops/releases/tag/3.0.1) - Release Date: [2024-01-19]

### 🐛 Fixes
Expand Down
2 changes: 1 addition & 1 deletion kpops/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "3.0.1"
__version__ = "3.0.2"

# export public API functions
from kpops.cli.main import clean, deploy, destroy, generate, manifest, reset
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 = "kpops"
version = "3.0.1"
version = "3.0.2"
description = "KPOps is a tool to deploy Kafka pipelines to Kubernetes"
authors = ["bakdata <opensource@bakdata.com>"]
license = "MIT"
Expand Down

0 comments on commit 6121514

Please sign in to comment.