From 6d5a90e883256e3acc187cd85070847cae836b08 Mon Sep 17 00:00:00 2001 From: ashariyar Date: Sun, 9 Oct 2022 01:04:14 -0400 Subject: [PATCH] Changelog/version bump --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17fcf52..f3869a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # NEXT RELEASE +# 0.6.1 + # 0.6.0 * Add `--max-match-length` and `--yara-stack-size` args * Increase max returned bytes (was stuck at 512) diff --git a/pyproject.toml b/pyproject.toml index 6b4a3a1..accecdd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "yaralyzer" -version = "0.6.0" +version = "0.6.1" 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"