Skip to content

Commit

Permalink
Bump version 1.7.2 → 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bakdata-bot committed Aug 17, 2023
1 parent 7151627 commit 1875cbf
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 2 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,38 @@
# Changelog
## [2.0.0](https://github.com/bakdata/kpops/releases/tag/2.0.0) - Release Date: [2023-08-17]

### 🏗️ Breaking changes

- Remove camel case conversion of internal models - [#308](https://github.com/bakdata/kpops/pull/308)

- Derive component type automatically from class name - [#309](https://github.com/bakdata/kpops/pull/309)

- Refactor input/output types - [#232](https://github.com/bakdata/kpops/pull/232)

- v2 - [#321](https://github.com/bakdata/kpops/pull/321)


### 🚀 Features

- Automatically support schema generation for custom components - [#307](https://github.com/bakdata/kpops/pull/307)

- Derive component type automatically from class name - [#309](https://github.com/bakdata/kpops/pull/309)


### 🏭 Refactor

- Refactor input/output types - [#232](https://github.com/bakdata/kpops/pull/232)


### 📝 Documentation

- Fix editor integration example in docs - [#273](https://github.com/bakdata/kpops/pull/273)






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

### 🏭 Refactor
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.7.2"
__version__ = "2.0.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.7.2"
version = "2.0.0"
description = "KPOps is a tool to deploy Kafka pipelines to Kubernetes"
authors = ["bakdata <opensource@bakdata.com>"]
license = "MIT"
Expand Down

0 comments on commit 1875cbf

Please sign in to comment.