File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 10.5 .0
2+ current_version = 10.6 .0
33parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>dev)(?P<timestamp>\d+)?)?
44serialize =
55 {major}.{minor}.{patch}-{release}{timestamp}
Original file line number Diff line number Diff line change 22
33All 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
Original file line number Diff line number Diff line change 1- __version__ = "10.5 .0"
1+ __version__ = "10.6 .0"
22KPOPS = "KPOps"
33KPOPS_MODULE = "kpops."
Original file line number Diff line number Diff line change 11[project ]
22name = " kpops"
3- version = " 10.5 .0"
3+ version = " 10.6 .0"
44description = " KPOps is a tool to deploy Kafka pipelines to Kubernetes"
55authors = [
66 { name = " bakdata" , email = " opensource@bakdata.com" },
You can’t perform that action at this time.
0 commit comments