Skip to content

Commit 22f67f9

Browse files
Update version information to v25.9.1 (#806)
* Update version information for v25.9.1 * Update v25.9.1 changelog --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Shaun Dang <[email protected]>
1 parent db2d36d commit 22f67f9

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

debian/changelog

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
quark-engine (25.9.1-0kali1) kali-dev; urgency=medium
2+
3+
* Document Enhancement
4+
5+
- Add an analysis report for the GoldDream malware family. (#780)
6+
- Update the GitHub release process documentation. (#791)
7+
- Optimize the Quark Script document for CWE-256. (#804)
8+
9+
* Rule Enhancement
10+
11+
- Add 4 new rules for the GoldDream malware family (#780)
12+
13+
* New Feature
14+
15+
- Add Quark Script APIs and showcase for detecting CWE-359. (#802, #803)
16+
17+
-- Shaun Dang <[email protected]> Wed, 03 Sep 2025 13:30:00 +0800
18+
119
quark-engine (25.8.1-0kali1) kali-dev; urgency=medium
220

321
* New Feature

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Build-Depends: debhelper-compat (= 12),
77
dh-virtualenv (>= 0.8),
88
python3,
99

10-
Standards-Version: 25.8.1
10+
Standards-Version: 25.9.1
1111
Homepage: https://github.com/quark-engine/quark-engine
1212
Vcs-Browser: https://github.com/quark-engine/quark-engine
1313
Vcs-Git: https://github.com/quark-engine/quark-engine

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'KunYu Chen, JunWei Song, YuShiang Dang, ShengFone Lu, AnWei Kung, ShunTe Lin, Vivek, Krishna'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = 'v25.8.1'
25+
release = 'v25.9.1'
2626

2727
# -- General configuration ---------------------------------------------------
2828

quark/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "25.8.1"
1+
__version__ = "25.9.1"

0 commit comments

Comments
 (0)