diff --git a/CHANGELOG.md b/CHANGELOG.md index ed0ed40d..105aad2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ 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 + +### Added + +- Add reproducible build parameters + +### Fixed + +- Resolve duplicate compilation issue by removing redundant install + ## [5.7.26] - 2025-11-06 ### Added diff --git a/VERSION b/VERSION index 83cb14cc..508a0a97 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.7.26 +5.7.27 diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD index 4395c39e..c07e893e 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: zccrs pkgname=dtkdeclarative-git -pkgver=5.7.26 +pkgver=5.7.27 pkgrel=1 sourcename=dtkdeclarative sourcetars=("$sourcename"_"$pkgver".tar.xz) diff --git a/debian/changelog b/debian/changelog index 76ccaf10..5d99ce6f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dtkdeclarative (5.7.27) unstable; urgency=medium + + * Release 5.7.27 + + -- mhduiy Thu, 27 Nov 2025 19:39:28 +0800 + dtkdeclarative (5.7.26) unstable; urgency=medium * Release 5.7.26