Skip to content

Commit

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

### 🚀 Features

- Add support for pipeline steps parallelization - [#312](https://github.com/bakdata/kpops/pull/312)


### 🐛 Fixes

- Update poetry publish workflow version to latest - [#430](https://github.com/bakdata/kpops/pull/430)


### 🏭 Refactor

- Simplify loading of defaults - [#435](https://github.com/bakdata/kpops/pull/435)


### 🌀 Miscellaneous

- Add custom PascalCase to snake_case alias generator - [#436](https://github.com/bakdata/kpops/pull/436)

- Add parallel flag support to kpops runner - [#439](https://github.com/bakdata/kpops/pull/439)






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

### 🐛 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.2"
__version__ = "3.1.0"

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

0 comments on commit 4a4ab33

Please sign in to comment.