diff --git a/CHANGELOG.md b/CHANGELOG.md index 84d0596f..96abbd23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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.18] - 2025-06-27 + +### Fixed + +- Improve logging rules environment variable handling +- Copy cachePrefix in DConfigFile copy constructor +- Make version parameter optional in release workflow + ## [5.7.17] - 2025-06-18 ### Added diff --git a/VERSION b/VERSION index f3ca4b63..ffefe419 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.7.17 +5.7.18 diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD index 3565862a..288bf052 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: justforlxz pkgname=dtkcore-git -pkgver=5.7.17 +pkgver=5.7.18 pkgrel=1 sourcename=dtkcore sourcetars=("$sourcename"_"$pkgver".tar.xz) diff --git a/debian/changelog b/debian/changelog index 40d915f2..460a7eed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dtkcore (5.7.18) unstable; urgency=medium + + * Release 5.7.18 + + -- yeshanshan Fri, 27 Jun 2025 17:07:16 +0800 + dtkcore (5.7.17) unstable; urgency=medium * Release 5.7.17 diff --git a/rpm/dtkcore.spec b/rpm/dtkcore.spec index 2aed1fae..afc70efe 100644 --- a/rpm/dtkcore.spec +++ b/rpm/dtkcore.spec @@ -1,5 +1,5 @@ Name: dtkcore -Version: 5.7.17 +Version: 5.7.18 Release: 1%{?dist} Summary: Deepin tool kit core modules License: LGPLv3+