chore: bump version to 6.0.29

Log:
This commit is contained in:
chenhongtao 2024-01-22 09:51:37 +08:00 committed by deepin-bot[bot]
parent ca4408c660
commit 0f93647736
2 changed files with 7 additions and 1 deletions

View File

@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.16)
if (NOT DEFINED VERSION)
set(VERSION 6.0.28)
set(VERSION 6.0.29)
endif()
project(dde-dock)

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
dde-dock (6.0.29) unstable; urgency=medium
* fix: when no timeformat, tooltip is empty
-- chenhongtao <chenhongtao@deepin.org> Mon, 22 Jan 2024 09:47:21 +0800
dde-dock (6.0.28) unstable; urgency=medium
* fix: the item that removed is exist yet (https://github.com/linuxdeepin/developer-center/issues/4631)