Skip to content

Commit

Permalink
upgrade poetry and kafka client version
Browse files Browse the repository at this point in the history
  • Loading branch information
sauljabin committed Jan 8, 2025
1 parent 6a691d5 commit f05450f
Show file tree
Hide file tree
Showing 5 changed files with 275 additions and 170 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Upgrade kafka client version
- Upgrade poetry version

## [4.0.0] - 2024-12-26

### Added
Expand Down
1 change: 1 addition & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Installing poetry:

```bash
pipx install poetry
poetry self add poetry-plugin-shell
```

Installing development dependencies:
Expand Down
11 changes: 10 additions & 1 deletion changelog.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@
"repository": "https://github.com/sauljabin/kaskade",
"versions": [
{
"version": "Unreleased"
"version": "Unreleased",
"changes": [
{
"type": "Fixed",
"entries": [
"Upgrade kafka client version",
"Upgrade poetry version"
]
}
]
},
{
"version": "4.0.0",
Expand Down
Loading

0 comments on commit f05450f

Please sign in to comment.