Skip to content

Commit 75e8a24

Browse files
committed
Release v4.5.0
1 parent 43fc6cd commit 75e8a24

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
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)

docs/rtd/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = '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 ---------------------------------------------------

include/yaramod/yaramod.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
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

0 commit comments

Comments
 (0)