From 11007738b74e6e5e60859ad65ad4a810c9f5511c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Pi=C3=B1a?= Date: Wed, 8 Jan 2025 17:51:14 -0500 Subject: [PATCH] upgrading version to 4.0.2 --- CHANGELOG.md | 5 ++++- changelog.lock | 6 +++++- pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee6821d..0a68653 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.0.2] - 2025-01-08 + ### Fixed - Update classifiers @@ -298,7 +300,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/v4.0.1...HEAD +[Unreleased]: https://github.com/sauljabin/kaskade/compare/v4.0.2...HEAD +[4.0.2]: https://github.com/sauljabin/kaskade/compare/v4.0.1...v4.0.2 [4.0.1]: https://github.com/sauljabin/kaskade/compare/v4.0.0...v4.0.1 [4.0.0]: https://github.com/sauljabin/kaskade/compare/v3.0.0...v4.0.0 [3.0.0]: https://github.com/sauljabin/kaskade/compare/v2.3.7...v3.0.0 diff --git a/changelog.lock b/changelog.lock index cad81e3..9cdc4a8 100644 --- a/changelog.lock +++ b/changelog.lock @@ -2,7 +2,11 @@ "repository": "https://github.com/sauljabin/kaskade", "versions": [ { - "version": "Unreleased", + "version": "Unreleased" + }, + { + "version": "4.0.2", + "date": "2025-01-08", "changes": [ { "type": "Fixed", diff --git a/pyproject.toml b/pyproject.toml index a96d6c0..d3d29f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "kaskade" -version = "4.0.1" +version = "4.0.2" description = "kaskade is a text user interface for kafka" authors = [{ name = "Saúl Piña", email = "sauljabin@gmail.com" }] license = "MIT"