diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cf65deb..cdd376af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [5.7.20] - 2025-07-31 + +### Added + +- Add debian check workflow +- Add Qt6 compatibility and resolve build warnings + +### Changed + +- Feat: use xcb private headers in qt-base-private dev + ## [5.7.19] - 2025-07-03 ### Added diff --git a/VERSION b/VERSION index 1ccc3757..b0917fb0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.7.19 +5.7.20 diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD index 5ac0f092..546816f9 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: justforlxz pkgname=deepin-qt5platform-plugins-git -pkgver=5.7.19 +pkgver=5.7.20 pkgrel=1 sourcename=dde-qt5platform-plugins sourcetars=("$sourcename"_"$pkgver".tar.xz) diff --git a/debian/changelog b/debian/changelog index 3334dfe1..7d0701ce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dde-qt5platform-plugins (5.7.20) unstable; urgency=medium + + * Release 5.7.20 + + -- yeshanshan Thu, 31 Jul 2025 19:59:56 +0800 + dde-qt5platform-plugins (5.7.19) unstable; urgency=medium * Release 5.7.19 diff --git a/rpm/qt5platform-plugins.spec b/rpm/qt5platform-plugins.spec index 07e12748..fbd9c60f 100644 --- a/rpm/qt5platform-plugins.spec +++ b/rpm/qt5platform-plugins.spec @@ -4,7 +4,7 @@ %endif Name: dde-qt5platform-plugins -Version: 5.7.19 +Version: 5.7.20 Release: 1%{?dist} Summary: Qt platform plugins for DDE License: GPLv3