Skip to content

chore: bump version to 0.3.7#105

Merged
zccrs merged 1 commit into
masterfrom
chore
Jul 17, 2026
Merged

chore: bump version to 0.3.7#105
zccrs merged 1 commit into
masterfrom
chore

Conversation

@wineee

@wineee wineee commented Jul 17, 2026

Copy link
Copy Markdown
Member

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:

  • Update CMake project version to 0.3.7 for the DDM project.

Chores:

  • Refresh Debian packaging changelog entry for the new 0.3.7 release tag.

@github-actions

Copy link
Copy Markdown

TAG Bot

TAG: 0.3.7
EXISTED: no
DISTRIBUTION: unstable

@sourcery-ai

sourcery-ai Bot commented Jul 17, 2026

Copy link
Copy Markdown
Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

This 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

Change Details Files
Update the project version to 0.3.7 in the build configuration.
  • Change CMake project VERSION from 0.3.6 to 0.3.7 to reflect the new release tag
CMakeLists.txt
Adjust Debian packaging metadata for the new release version (details not fully visible in the diff snippet).
  • Ensure debian changelog entry corresponds to the 0.3.7 release so packaging matches the project version
debian/changelog

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@deepin-ci-robot

Copy link
Copy Markdown

deepin pr auto review

★ 总体评分:100分

■ 【总体评价】

代码仅更新了项目版本号和Changelog,整体质量优秀。
无任何逻辑、安全或性能问题,保持规范。

■ 【详细分析】

  • 1.语法逻辑(完全正确)✓

CMakeLists.txt 中的版本号更新正确,debian/changelog 的格式符合 Debian 打包规范,语法无误。
潜在问题:无
建议:无需修改

  • 2.代码质量(优秀)✓

版本号从 0.3.6 递增至 0.3.7,与 changelog 记录保持一致;changelog 条目清晰记录了修复和调整内容,格式规范。
潜在问题:无
建议:无需修改

  • 3.代码性能(无性能问题)✓

配置文件和文档的更新对运行时性能无任何影响。
潜在问题:无
建议:无需修改

  • 4.代码安全(存在0个安全漏洞)✓

漏洞对比统计:新增漏洞 0 个,减少漏洞 0 个,持平 0 个
本次代码变更仅涉及版本号与变更日志,未包含任何可执行代码或配置逻辑,不存在安全风险。

  • 建议:无需修改

■ 【改进建议代码示例】

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

@zccrs
zccrs merged commit 2973906 into master Jul 17, 2026
17 of 18 checks passed
@deepin-ci-robot

Copy link
Copy Markdown

[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.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@zccrs
zccrs deleted the chore branch July 17, 2026 03:36
@deepin-bot

deepin-bot Bot commented Jul 17, 2026

Copy link
Copy Markdown

TAG Bot

Tag created successfully

📋 Tag Details
  • Tag Name: 0.3.7
  • Tag SHA: 527913dbb3c69daf67e5cf42fe30e2daeddd4639
  • Commit SHA: 2973906d2a453f49479901af5c4ea3f38294c6ca
  • Tag Message:
    Release ddm 0.3.7
    
    
  • Tagger:
    • Name: wineee
  • Distribution: unstable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants