Skip to content

Commit

Permalink
bump: version 0.26.1 → 0.26.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 27, 2024
1 parent 3280be0 commit 26a93c9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.26.2 (2024-11-27)

### Fix

- circular imports on DI system
- typing issues
- add support for generic values in dependency injection

### Refactor

- use abstract class for DI Middleware

## 0.26.1 (2024-11-26)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "kstreams"
version = "0.26.1"
version = "0.26.2"
description = "Build simple kafka streams applications"
authors = ["Marcos Schroh <marcos.schroh@kpn.com>"]
maintainers = ["Santiago Fraire Willemoës <santiago.fraire@kpn.com>"]
Expand Down

0 comments on commit 26a93c9

Please sign in to comment.