Skip to content

Commit

Permalink
upgrading version to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sauljabin committed Jul 2, 2024
1 parent 5ff50db commit 6db63a5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.1.1] - 2024-07-02

### Changed

- Lag is the result of a sum instead of a max
Expand Down Expand Up @@ -125,7 +127,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Schema registry support

[Unreleased]: https://github.com/sauljabin/kaskade/compare/v2.1.0...HEAD
[Unreleased]: https://github.com/sauljabin/kaskade/compare/v2.1.1...HEAD
[2.1.1]: https://github.com/sauljabin/kaskade/compare/v2.1.0...v2.1.1
[2.1.0]: https://github.com/sauljabin/kaskade/compare/v2.0.1...v2.1.0
[2.0.1]: https://github.com/sauljabin/kaskade/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/sauljabin/kaskade/compare/v1.1.8...v2.0.0
Expand Down
6 changes: 5 additions & 1 deletion changelog.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"repository": "https://github.com/sauljabin/kaskade",
"versions": [
{
"version": "Unreleased",
"version": "Unreleased"
},
{
"version": "2.1.1",
"date": "2024-07-02",
"changes": [
{
"type": "Changed",
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 = "kaskade"
version = "2.1.0"
version = "2.1.1"
description = "kaskade is a terminal user interface for kafka"
authors = ["Saúl Piña <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 6db63a5

Please sign in to comment.