Skip to content

Commit

Permalink
Bump version 10.0.2 → 10.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bakdata-bot committed Mar 6, 2025
1 parent 477b6c6 commit 429422e
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 10.0.2
current_version = 10.0.3
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>dev)(?P<timestamp>\d+)?)?
serialize =
{major}.{minor}.{patch}-{release}{timestamp}
Expand Down
16 changes: 16 additions & 0 deletions docs/docs/user/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,27 @@

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

## [10.0.3](https://github.com/bakdata/kpops/tree/10.0.3) - 2025-03-06
### What's changed

* refactor(api): improve typing by @disrupted in [#612](https://github.com/bakdata/kpops/pull/612)

* refactor(pydantic): create `SkipGenerate` type by @disrupted in [#611](https://github.com/bakdata/kpops/pull/611)

* refactor(cli): use annotated for typer option by @disrupted in [#613](https://github.com/bakdata/kpops/pull/613)

* fix(kafka-connector): destroy connector on reset by @disrupted in [#615](https://github.com/bakdata/kpops/pull/615)


**Full Changelog**: https://github.com/bakdata/kpops/compare/10.0.2...10.0.3

## [10.0.2](https://github.com/bakdata/kpops/tree/10.0.2) - 2025-03-04
### What's changed

* fix: hide _cleaner & _resetter from generate output by @disrupted in [#610](https://github.com/bakdata/kpops/pull/610)

* Bump version 10.0.1 → 10.0.2 by @bakdata-bot


**Full Changelog**: https://github.com/bakdata/kpops/compare/10.0.1...10.0.2

Expand Down
2 changes: 1 addition & 1 deletion kpops/const/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "10.0.2"
__version__ = "10.0.3"
KPOPS = "KPOps"
KPOPS_MODULE = "kpops."
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "kpops"
version = "10.0.2"
version = "10.0.3"
description = "KPOps is a tool to deploy Kafka pipelines to Kubernetes"
authors = [
{ name = "bakdata", email = "opensource@bakdata.com" },
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 429422e

Please sign in to comment.