Skip to content

Commit

Permalink
bump: version 0.2.0 → 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 22, 2022
1 parent a97b0c7 commit 02b4ea6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## 0.2.1 (2022-07-22)

### Fix

- pipeline tag filter (#19)

## 0.2.0 (2022-07-21)

### Feat

- Yield from stream. Closes #4

## v0.1.0 (2022-07-18)
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "kstreams"
version = "0.2.0"
version = "0.2.1"
description = "Build simple kafka streams applications"
authors = ["Marcos Schroh <[email protected]>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -77,7 +77,7 @@ from_first = false
include_trailing_comma = true

[tool.commitizen]
version = "0.2.0"
version = "0.2.1"
tag_format = "$version"
version_files = [
"pyproject.toml:version",
Expand Down

0 comments on commit 02b4ea6

Please sign in to comment.