Conversation
Log: new tag
|
TAG Bot TAG: 0.3.7 |
Reviewer's guide (collapsed on small PRs)Reviewer's GuideThis PR updates the project version from 0.3.6 to 0.3.7 in the CMake configuration, aligning the build metadata with the new tag; the Debian changelog file appears touched but has no visible diff content in the snippet provided. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
deepin pr auto review★ 总体评分:100分■ 【总体评价】
■ 【详细分析】
■ 【改进建议代码示例】 diff --git a/CMakeLists.txt b/CMakeLists.txt
index c230906..00b79c7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.25.0)
project(DDM
- VERSION 0.3.6
+ VERSION 0.3.7
LANGUAGES CXX C)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
diff --git a/debian/changelog b/debian/changelog
index 8220824..7f4ca61 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ddm (0.3.7) unstable; urgency=medium
+
+ * fix(auth): release daemon descriptors in session child
+ * chore: prioritize ddm and drop treeland override
+
+ -- rewine <luhongxu@deepin.org> Fri, 17 Jul 2026 11:26:05 +0800
+
ddm (0.3.6) unstable; urgency=medium
* fix(session): avoid tty control in Treeland |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: wineee, zccrs The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
TAG Bot ✅ Tag created successfully 📋 Tag Details
|
Log: new tag
Summary by Sourcery
Bump the project version from 0.3.6 to 0.3.7 in the CMake configuration and align packaging metadata accordingly.
Build:
Chores: