From ac424e8a3e665b2d2c56da9016113961749955f0 Mon Sep 17 00:00:00 2001 From: rewine Date: Fri, 17 Jul 2026 11:27:02 +0800 Subject: [PATCH] chore: bump version to 0.3.7 Log: new tag --- CMakeLists.txt | 2 +- debian/changelog | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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 Fri, 17 Jul 2026 11:26:05 +0800 + ddm (0.3.6) unstable; urgency=medium * fix(session): avoid tty control in Treeland