From 426c0a1ce6d3b0e2cf67901e57f898ccd5d12427 Mon Sep 17 00:00:00 2001 From: Ognjen Joldzic <44299700+ognjen-j@users.noreply.github.com> Date: Wed, 7 Oct 2020 10:03:35 +0200 Subject: [PATCH] Release prep (#161) * Removed parallelization limit. * Release test. * Uncomment the publishing step. * Version changed to 0.2.0b0 * Removed the tag check. * Workflow optimizations. * Modified the version test. * Modified the version test. * Changed the development status classifier * Version changed to v0.2.3a1 * Version changed to v0.2.3 --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36467dbb..f9f2f5d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +### Version 0.2.3 +* Converted unserializable values to strings when writing to STDOUT ### Version 0.2.2 * Consume option renamed from `numbers` to `number`. * Add `edit offsets` command. diff --git a/pyproject.toml b/pyproject.toml index 5d85a5cf..103fe67d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "esque" -version = "0.2.2" +version = "0.2.3" description="esque - an operational kafka tool." authors = ["real.digital "] license = "MIT"