From afda7044f3c3a796626c1624da8d6208814474ed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 1 Jun 2026 04:14:32 +0000 Subject: [PATCH] Update version information for v26.6.1 --- debian/changelog | 20 ++++++++++++++++++++ debian/control | 2 +- docs/source/conf.py | 2 +- quark/__init__.py | 2 +- 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index d45d8380..45a35684 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +quark-engine (26.6.1-0kali1) kali-dev; urgency=medium + + * Document Enhancement + + - Add an analysis report for the Hydra malware family. (#892) + + * Dependency Update + + - Bump pip to 26.0, upgrade flask to 3.1.3, and bump werkzeug to 3.1.6. (#862, #865, and #883) + + * Bug Fix + + - Fix instruction names for PyEval CAST_TYPE, process invoke-polymorphic instructions in bytecode parsing, and fix the annotation of quark.utils.tools.contains. (#872, #874, and #885) + + * CI Enhancement + + - Add an AI issue solver workflow and update smoke test CI behavior counts. (#875 and #888) + + -- Zin Wong Mon, 01 Jun 2026 12:14:00 +0800 + quark-engine (26.3.1-0kali1) kali-dev; urgency=medium * Performance Improvement diff --git a/debian/control b/debian/control index 148f1da4..042891da 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper-compat (= 12), dh-virtualenv (>= 0.8), python3, -Standards-Version: 26.3.1 +Standards-Version: 26.6.1 Homepage: https://github.com/quark-engine/quark-engine Vcs-Browser: https://github.com/quark-engine/quark-engine Vcs-Git: https://github.com/quark-engine/quark-engine diff --git a/docs/source/conf.py b/docs/source/conf.py index fdf69373..b3aeb477 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,7 +22,7 @@ author = 'KunYu Chen, JunWei Song, YuShiang Dang, ShengFone Lu, AnWei Kung, ShunTe Lin, Vivek, Krishna' # The full version, including alpha/beta/rc tags -release = 'v26.3.1' +release = 'v26.6.1' # -- General configuration --------------------------------------------------- diff --git a/quark/__init__.py b/quark/__init__.py index 50606c6f..019d7110 100644 --- a/quark/__init__.py +++ b/quark/__init__.py @@ -1 +1 @@ -__version__ = "26.3.1" +__version__ = "26.6.1"