Skip to content

Commit

Permalink
upgrading version to 2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sauljabin committed Aug 14, 2024
1 parent 99e652d commit e511afe
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.3.5] - 2024-08-14

### Fixed

- Using set_timer from textual framework
Expand Down Expand Up @@ -224,7 +226,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.3.4...HEAD
[Unreleased]: https://github.com/sauljabin/kaskade/compare/v2.3.5...HEAD
[2.3.5]: https://github.com/sauljabin/kaskade/compare/v2.3.4...v2.3.5
[2.3.4]: https://github.com/sauljabin/kaskade/compare/v2.3.3...v2.3.4
[2.3.3]: https://github.com/sauljabin/kaskade/compare/v2.3.2...v2.3.3
[2.3.2]: https://github.com/sauljabin/kaskade/compare/v2.3.1...v2.3.2
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.3.5",
"date": "2024-08-14",
"changes": [
{
"type": "Fixed",
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.3.4"
version = "2.3.5"
description = "kaskade is a terminal user interface for kafka"
authors = ["Saúl Piña <sauljabin@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit e511afe

Please sign in to comment.