Skip to content

Commit

Permalink
Release v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
metthal committed Jan 24, 2025
1 parent d305806 commit 231f33a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
2 changes: 1 addition & 1 deletion docs/rtd/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Avast'

# The full version, including alpha/beta/rc tags
release = 'v4.1.0'
release = 'v4.2.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion include/yaramod/yaramod.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""

Expand Down

0 comments on commit 231f33a

Please sign in to comment.