Skip to content

Commit

Permalink
Bump version 2.0.9 → 2.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
bakdata-bot committed Oct 12, 2023
1 parent e5905eb commit 6ca0081
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
# Changelog
## [2.0.10](https://github.com/bakdata/kpops/releases/tag/2.0.10) - Release Date: [2023-10-12]

### 🌀 Miscellaneous

- Fix environment variables documentation generation - [#362](https://github.com/bakdata/kpops/pull/362)

- Introduce ruff - [#363](https://github.com/bakdata/kpops/pull/363)

- Print details on connector name mismatch error - [#369](https://github.com/bakdata/kpops/pull/369)

- Enable transparent OS environment lookups from internal environment - [#368](https://github.com/bakdata/kpops/pull/368)






## [2.0.9](https://github.com/bakdata/kpops/releases/tag/2.0.9) - Release Date: [2023-09-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__ = "2.0.9"
__version__ = "2.0.10"

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

0 comments on commit 6ca0081

Please sign in to comment.