Skip to content

Commit

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

log: as title
  • Loading branch information
tsic404 committed Jan 25, 2024
1 parent 572c0c8 commit d0b668e
Show file tree
Hide file tree
Showing 2 changed files with 9 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.30)
set(VERSION 6.0.32)
endif()

project(dde-dock)
Expand Down
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> 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)
Expand Down

0 comments on commit d0b668e

Please sign in to comment.