Skip to content

Commit

Permalink
Bump version 1.4.0 → 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bakdata-bot committed Aug 10, 2023
1 parent 7a2fdff commit a1e8cdd
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,29 @@
# Changelog
## [1.5.0](https://github.com/bakdata/kpops/releases/tag/1.5.0) - Release Date: [2023-08-10]

### 🚀 Features

- Refactor Helm wrapper and add `--set-file` flag - [#311](https://github.com/bakdata/kpops/pull/311)


### 🏭 Refactor

- Refactor Helm wrapper and add `--set-file` flag - [#311](https://github.com/bakdata/kpops/pull/311)

- Set default for ToSection topics - [#313](https://github.com/bakdata/kpops/pull/313)

- Annotate types for ToSection models mapping - [#315](https://github.com/bakdata/kpops/pull/315)


### 🌀 Miscellaneous

- Check Poetry lock file consistency - [#316](https://github.com/bakdata/kpops/pull/316)






## [1.4.0](https://github.com/bakdata/kpops/releases/tag/1.4.0) - Release Date: [2023-08-02]

### 🐛 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__ = "1.4.0"
__version__ = "1.5.0"

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

0 comments on commit a1e8cdd

Please sign in to comment.