Skip to content

Commit

Permalink
chore: release 6.0.27
Browse files Browse the repository at this point in the history
bump version 6.0.27

log: as title
  • Loading branch information
tsic404 committed Jan 11, 2024
1 parent 31e149d commit 556ea5a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.16)

if (NOT DEFINED VERSION)
set(VERSION 6.0.22)
set(VERSION 6.0.27)
endif()

project(dde-dock)
Expand Down
11 changes: 11 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
dde-dock (6.0.27) unstable; urgency=medium

* fix: dock get stucked when launching (https://github.com/linuxdeepin/developer-center/issues/6657)
* chore: make uosai default on dock (https://github.com/linuxdeepin/developer-center/issues/6486)
* chore: open deepin-calendar instead of dde-widgets when click timedate (https://github.com/linuxdeepin/developer-center/issues/6696)
* fix: item context menu not updated
* feat: add plugin notification (https://github.com/linuxdeepin/developer-center/issues/6695)
* fix: mainwindow hide when popup opens (https://github.com/linuxdeepin/developer-center/issues/4970)

-- tsic404 <[email protected]> Tue, 09 Jan 2024 13:33:18 +0800

dde-dock (6.0.26) unstable; urgency=medium

* release 6.0.26
Expand Down

0 comments on commit 556ea5a

Please sign in to comment.