Skip to content

Commit e3cd5e2

Browse files
Update version information to v25.10.1 (#817)
1 parent a5502f6 commit e3cd5e2

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

debian/changelog

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
quark-engine (25.10.1-0kali1) kali-dev; urgency=medium
2+
3+
* New Feature
4+
5+
- Add Quark script showcase of detecting CWE-927. (#807)
6+
7+
* Document Enhancement
8+
9+
- Optimize the document of Quark Script CWE-925. (#808)
10+
- Add an analysis report for the SpyNote malware family. (#813)
11+
12+
-- Shaun Dang <[email protected]> Wed, 01 Oct 2025 23:06:24 +0800
13+
114
quark-engine (25.9.1-0kali1) kali-dev; urgency=medium
215

316
* Document Enhancement

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.9.1
10+
Standards-Version: 25.10.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.9.1'
25+
release = 'v25.10.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.9.1"
1+
__version__ = "25.10.1"

0 commit comments

Comments
 (0)