Skip to content

Commit

Permalink
Release v4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
metthal committed Nov 23, 2024
1 parent c1e1204 commit 593dfcd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

# v4.0.2 (2024-11-23)

* Fixed missing Python bindings for `VariableDefExpression` and `WithExpression`
* Added `setName` to `VariableDefExpression`

# v4.0.1 (2024-10-29)

* Fixed detection of expression array types
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 = 'v3.23.0'
release = 'v4.0.2'


# -- 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 @@ -11,7 +11,7 @@

#define YARAMOD_VERSION_MAJOR 4
#define YARAMOD_VERSION_MINOR 0
#define YARAMOD_VERSION_PATCH 1
#define YARAMOD_VERSION_PATCH 2
#define YARAMOD_VERSION_ADDEND ""

#define YARAMOD_VERSION STR(YARAMOD_VERSION_MAJOR) "." STR(YARAMOD_VERSION_MINOR) "." STR(YARAMOD_VERSION_PATCH) YARAMOD_VERSION_ADDEND
Expand Down

0 comments on commit 593dfcd

Please sign in to comment.