From 7664cbedb2d6aa5df228306cc8aef29316a7a1b2 Mon Sep 17 00:00:00 2001 From: tsic404 Date: Thu, 25 Jan 2024 14:32:38 +0800 Subject: [PATCH] chore: bump version 6.0.32 bump version 6.0.32 log: as title --- CMakeLists.txt | 2 +- debian/changelog | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index af5f22e61..c61907fe4 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.30) + set(VERSION 6.0.32) endif() project(dde-dock) diff --git a/debian/changelog b/debian/changelog index 3adeba953..c4d9c4184 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +dde-dock (6.0.32) unstable; urgency=medium + + * fix: dock get max size when positionChanged and KeepHide mode (https://github.com/linuxdeepin/developer-center/issues/7040) + * fix: dock not remove plugin when fcitx exit (https://github.com/linuxdeepin/developer-center/issues/7080) + + -- tsic404 Thu, 25 Jan 2024 14:30:26 +0800 + dde-dock (6.0.31) unstable; urgency=medium * fix: error datetime tooltip (https://github.com/linuxdeepin/developer-center/issues/7056)