diff --git a/CHANGELOG.md b/CHANGELOG.md index c5404078..8e95e485 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ 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). +## [6.7.31] - 2026-01-06 + +### Added + +- Add DTK6/Qt6 support and unified build profiles + +### Changed + +- Update debian compat level to 12 + +### Removed + +- Remove debian/compat file + ## [5.7.30] - 2025-12-11 ## [5.7.28] - 2025-12-04 diff --git a/VERSION b/VERSION index c8025f57..6764fa93 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.7.30 +6.7.31 diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD index 35d3e6ea..022754e4 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: justforlxz pkgname=deepin-qt5integration-git -pkgver=5.7.30 +pkgver=6.7.31 pkgrel=1 sourcename=qt5integration sourcetars=("$sourcename"_"$pkgver".tar.xz) diff --git a/debian/changelog b/debian/changelog index 20145c18..16ff53ae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +qt5integration (6.7.31) unstable; urgency=medium + + * Release 6.7.31 + + -- yeshanshan Tue, 06 Jan 2026 15:13:17 +0800 + qt5integration (5.7.30) unstable; urgency=medium * Release 5.7.30 diff --git a/rpm/deepin-qt5integration.spec b/rpm/deepin-qt5integration.spec index 9ebbf1c8..c5f97c34 100644 --- a/rpm/deepin-qt5integration.spec +++ b/rpm/deepin-qt5integration.spec @@ -1,7 +1,7 @@ %global repo qt5integration Name: deepin-qt5integration -Version: 5.7.30 +Version: 6.7.31 Release: 1%{?dist} Summary: Qt platform theme integration plugins for DDE # The entire source code is GPLv3+ except styles/ which is BSD,