From 46e755e2b99b060abaad8d60af415b459a8c06ab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 18 Aug 2025 02:23:20 +0000 Subject: [PATCH] Update version information for v25.8.2 --- debian/changelog | 13 +++++++++++++ debian/control | 2 +- docs/source/conf.py | 2 +- quark/__init__.py | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 46ed5d35..97d65f44 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +quark-engine (25.8.2-0kali1) kali-dev; urgency=medium + + * Document Enhancement + + - Add documentation for GoldDream. (#780) + + * CI Improvement + + - Adjust CI trigger for GitHub release and PyPI release. (#789) + - Update the expected result for Quark analysis in the smoke test. (#794) + + -- Zin Wong Mon, 18 Aug 2025 10:21:06 +0800 + quark-engine (25.8.1-0kali1) kali-dev; urgency=medium * New Feature diff --git a/debian/control b/debian/control index 279fdf97..65dc2437 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper-compat (= 12), dh-virtualenv (>= 0.8), python3, -Standards-Version: 25.8.1 +Standards-Version: 25.8.2 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 48869793..398eea99 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 = 'v25.8.1' +release = 'v25.8.2' # -- General configuration --------------------------------------------------- diff --git a/quark/__init__.py b/quark/__init__.py index 07921070..96e0ba86 100644 --- a/quark/__init__.py +++ b/quark/__init__.py @@ -1 +1 @@ -__version__ = "25.8.1" +__version__ = "25.8.2"