File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ # v4.5.0 (2025-08-29)
4+
5+ * Upgraded major versions of dependencies
6+ * Added binary wheels for macOS
7+
8+ # v4.4.1 (2025-07-02)
9+
10+ * Fixed formatting of regexp modifiers ([ #281 ] ( https://github.com/avast/yaramod/pull/281 ) )
11+
312# v4.4.0 (2025-06-30)
413
514* Formatting changes to the formatted tokenstream (less spacing around function calls and array accesses)
Original file line number Diff line number Diff line change 2222author = 'Avast'
2323
2424# The full version, including alpha/beta/rc tags
25- release = 'v4.3 .0'
25+ release = 'v4.5 .0'
2626
2727
2828# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 1010#define STR (x ) STR_HELPER(x)
1111
1212#define YARAMOD_VERSION_MAJOR 4
13- #define YARAMOD_VERSION_MINOR 4
14- #define YARAMOD_VERSION_PATCH 1
13+ #define YARAMOD_VERSION_MINOR 5
14+ #define YARAMOD_VERSION_PATCH 0
1515#define YARAMOD_VERSION_ADDEND " "
1616
1717#define YARAMOD_VERSION STR (YARAMOD_VERSION_MAJOR) "." STR(YARAMOD_VERSION_MINOR) "." STR(YARAMOD_VERSION_PATCH) YARAMOD_VERSION_ADDEND
You can’t perform that action at this time.
0 commit comments