Skip to content

Commit

Permalink
Version changed to v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ognjen-j committed May 28, 2021
1 parent b9a37b7 commit 47136b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### Version 0.3.1
* Added the `delete topics` command that enables deleting more than one topic
* Modified the existing `delete topic` command to accept only a single topic entry
* Refactored the topic deletion logic to improve performance
### Version 0.3.0
* Remove pykafka dependency
* Include a partial fix for #32 (topics are now displayed, output is still not optimal)
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 = "esque"
version = "0.3.0"
version = "0.3.1"
description="esque - an operational kafka tool."
authors = ["real.digital <opensource@real-digital.de>"]
license = "MIT"
Expand Down

0 comments on commit 47136b3

Please sign in to comment.