From 6c6d200acceba01cdaeef8c8d59c8b85ca6ea2b2 Mon Sep 17 00:00:00 2001 From: chenhongtao Date: Mon, 22 Jan 2024 17:27:54 +0800 Subject: [PATCH] chore: bump version to 6.0.30 Log: --- CMakeLists.txt | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ef63afc85..af5f22e61 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.16) if (NOT DEFINED VERSION) - set(VERSION 6.0.29) + set(VERSION 6.0.30) endif() project(dde-dock) diff --git a/debian/changelog b/debian/changelog index 8b4d35720..365fe05c3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dde-dock (6.0.30) unstable; urgency=medium + + * chore: remove Cooperation in display plugin (https://github.com/linuxdeepin/developer-center/issues/7023) + + -- chenhongtao Mon, 22 Jan 2024 17:27:34 +0800 + dde-dock (6.0.29) unstable; urgency=medium * fix: when no timeformat, tooltip is empty