diff --git a/CHANGELOG.md b/CHANGELOG.md index b9e1d86..efe836a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.27] - 2025-11-27 + +### Fixed + +- Update dtk preference logging rules configuration + ## [5.7.26] - 2025-11-06 ### Added diff --git a/VERSION b/VERSION index 83cb14c..508a0a9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.7.26 +5.7.27 diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD index f3a1f47..1f01e2b 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: justforlxz pkgname=dtkcommon-git -pkgver=5.7.26 +pkgver=5.7.27 pkgrel=1 sourcename=dtkcommon sourcetars=("$sourcename"_"$pkgver".tar.xz) diff --git a/debian/changelog b/debian/changelog index a323e44..a4372d3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dtkcommon (5.7.27) unstable; urgency=medium + + * Release 5.7.27 + + -- mhduiy Thu, 27 Nov 2025 19:38:47 +0800 + dtkcommon (5.7.26) unstable; urgency=medium * Release 5.7.26 diff --git a/rpm/dtkcommon.spec b/rpm/dtkcommon.spec index 8c43520..2630fa0 100644 --- a/rpm/dtkcommon.spec +++ b/rpm/dtkcommon.spec @@ -1,5 +1,5 @@ Name: dtkcommon -Version: 5.7.26 +Version: 5.7.27 Release: 1%{?dist} Summary: dtk common files License: LGPLv3+