From 324da8e71317cdff9ff4c71726446caf157f8ec8 Mon Sep 17 00:00:00 2001 From: ashariyar Date: Sat, 14 Dec 2024 02:50:17 -0500 Subject: [PATCH] CHANGELOG.md, version bump --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 435fa55..6e06b1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ # NEXT RELEASE + +### 0.9.6 * Fix help message ### 0.9.5 diff --git a/pyproject.toml b/pyproject.toml index b6906f5..ae52e9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "yaralyzer" -version = "0.9.5" +version = "0.9.6" description = "Visualize and force decode YARA and regex matches found in a file or byte stream. With colors. Lots of colors." authors = ["Michel de Cryptadamus "] readme = "README.md"