Skip to content

Commit

Permalink
bump: version 0.16.1 → 0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 23, 2024
1 parent a2e5e52 commit 3ae25c3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.16.2 (2024-01-23)

### Fix

- **pyproject.toml**: Lock pydantic on > 2.0 because it is not compatible with 1.x since v0.15.2 (#160)

## 0.16.1 (2024-01-23)

### Fix
Expand Down
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.16.1"
version = "0.16.2"
description = "Build simple kafka streams applications"
authors = ["Marcos Schroh <[email protected]>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -66,7 +66,7 @@ exclude = '''
'''

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

0 comments on commit 3ae25c3

Please sign in to comment.