Skip to content

Commit

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

### 🐛 Fixes

- Validate unique step names - [#292](https://github.com/bakdata/kpops/pull/292)


### 🏭 Refactor

- Order PipelineComponent fields - [#290](https://github.com/bakdata/kpops/pull/290)

- Migrate requests to httpx - [#302](https://github.com/bakdata/kpops/pull/302)

- Refactor CLI using dtyper - [#306](https://github.com/bakdata/kpops/pull/306)


### 🌀 Miscellaneous

- Update Black - [#294](https://github.com/bakdata/kpops/pull/294)

- Fix vulnerability in mkdocs-material - [#295](https://github.com/bakdata/kpops/pull/295)

- Move breaking changes section upper in the change log config - [#287](https://github.com/bakdata/kpops/pull/287)






## [1.3.2](https://github.com/bakdata/kpops/releases/tag/1.3.2) - Release Date: [2023-07-13]

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

0 comments on commit 85d4d04

Please sign in to comment.