From 231f33a109113059beed55d8e5e24eaca6f26700 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Milkovi=C4=8D?= Date: Fri, 24 Jan 2025 01:27:27 +0100 Subject: [PATCH] Release v4.2.0 --- CHANGELOG.md | 8 ++++++++ docs/rtd/conf.py | 2 +- include/yaramod/yaramod.h | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97c8b3f6..c3f6d0ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +# v4.2.0 (2025-01-24) + +* Added `Rule::removeVariables()` method ([#270](https://github.com/avast/yaramod/pull/270)) + +# v4.1.0 (2025-01-10) + +* Added possibility to clone all expression types (both AST & token stream) ([#268](https://github.com/avast/yaramod/pull/268)) + # v4.0.2 (2024-11-23) * Fixed missing Python bindings for `VariableDefExpression` and `WithExpression` diff --git a/docs/rtd/conf.py b/docs/rtd/conf.py index 472e915f..231f0268 100644 --- a/docs/rtd/conf.py +++ b/docs/rtd/conf.py @@ -22,7 +22,7 @@ author = 'Avast' # The full version, including alpha/beta/rc tags -release = 'v4.1.0' +release = 'v4.2.0' # -- General configuration --------------------------------------------------- diff --git a/include/yaramod/yaramod.h b/include/yaramod/yaramod.h index 2ff16b3a..44deb695 100644 --- a/include/yaramod/yaramod.h +++ b/include/yaramod/yaramod.h @@ -10,7 +10,7 @@ #define STR(x) STR_HELPER(x) #define YARAMOD_VERSION_MAJOR 4 -#define YARAMOD_VERSION_MINOR 1 +#define YARAMOD_VERSION_MINOR 2 #define YARAMOD_VERSION_PATCH 0 #define YARAMOD_VERSION_ADDEND ""