Skip to content

Commit

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

### 🐛 Fixes

- Fix broken doc link - [#427](https://github.com/bakdata/kpops/pull/427)

- Add warning log if SR handler is disabled but URL is set - [#428](https://github.com/bakdata/kpops/pull/428)


### 📝 Documentation

- Update docs of word-count example for v3 & new folder structure - [#423](https://github.com/bakdata/kpops/pull/423)

- Move ATM fraud to examples repo - [#425](https://github.com/bakdata/kpops/pull/425)

- Fix broken doc link - [#427](https://github.com/bakdata/kpops/pull/427)


### 🌀 Miscellaneous

- Update pydantic dependency - [#422](https://github.com/bakdata/kpops/pull/422)

- Add git submodule instructions to the contributing.md - [#429](https://github.com/bakdata/kpops/pull/429)






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

### 🏗️ Breaking changes
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.0"
__version__ = "3.0.1"

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

0 comments on commit f4fe81e

Please sign in to comment.