Skip to content

Commit

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

### 🐛 Fixes

- Fix early exit upon Helm exit code 1 - [#376](https://github.com/bakdata/kpops/pull/376)

- Fix docs setup page list indentation - [#377](https://github.com/bakdata/kpops/pull/377)


### 📝 Documentation

- Migrate deprecated mkdocs-material-extensions - [#378](https://github.com/bakdata/kpops/pull/378)

- Fix docs setup page list indentation - [#377](https://github.com/bakdata/kpops/pull/377)

- Exclude resources from docs search - [#371](https://github.com/bakdata/kpops/pull/371)






## [2.0.10](https://github.com/bakdata/kpops/releases/tag/2.0.10) - Release Date: [2023-10-12]

### 🌀 Miscellaneous
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.10"
__version__ = "2.0.11"

# 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.10"
version = "2.0.11"
description = "KPOps is a tool to deploy Kafka pipelines to Kubernetes"
authors = ["bakdata <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 8444741

Please sign in to comment.