Skip to content

Commit 8d4e278

Browse files
committed
Bump version 10.5.0 → 10.6.0
1 parent e29d711 commit 8d4e278

5 files changed

Lines changed: 531 additions & 522 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 10.5.0
2+
current_version = 10.6.0
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>dev)(?P<timestamp>\d+)?)?
44
serialize =
55
{major}.{minor}.{patch}-{release}{timestamp}

docs/docs/user/changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [10.6.0](https://github.com/bakdata/kpops/tree/10.6.0) - 2025-09-29
6+
### What's changed
7+
8+
* refactor(schema): automatically assign field description from model `__doc__` by @disrupted in [#638](https://github.com/bakdata/kpops/pull/638)
9+
10+
11+
**Full Changelog**: https://github.com/bakdata/kpops/compare/10.5.0...10.6.0
12+
513
## [10.5.0](https://github.com/bakdata/kpops/tree/10.5.0) - 2025-08-11
614
### What's changed
715

@@ -11,6 +19,8 @@ All notable changes to this project will be documented in this file.
1119

1220
* feat(streams-bootstrap): set default Kafka brokers from config by @disrupted in [#637](https://github.com/bakdata/kpops/pull/637)
1321

22+
* Bump version 10.4.2 → 10.5.0 by @bakdata-bot
23+
1424

1525
**Full Changelog**: https://github.com/bakdata/kpops/compare/10.4.2...10.5.0
1626

kpops/const/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "10.5.0"
1+
__version__ = "10.6.0"
22
KPOPS = "KPOps"
33
KPOPS_MODULE = "kpops."

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "kpops"
3-
version = "10.5.0"
3+
version = "10.6.0"
44
description = "KPOps is a tool to deploy Kafka pipelines to Kubernetes"
55
authors = [
66
{ name = "bakdata", email = "opensource@bakdata.com" },

0 commit comments

Comments
 (0)