chore: bump version 6.0.32

bump version 6.0.32

log: as title
This commit is contained in:
tsic404 2024-01-25 14:32:38 +08:00 committed by Tsic
parent b4ec458dd5
commit 2bb5e49cac
2 changed files with 9 additions and 1 deletions

View File

@ -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)

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
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)
* fix: dock theme not follow system (https://github.com/linuxdeepin/developer-center/issues/7090)
-- tsic404 <liuheng@deepin.org> 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)