diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f6582f2 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +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.17] - 2025-06-19 + +### Changed + +- Support VERSION file (#102) +- Update debian/control + +[5.7.17]: https://github.com/linuxdeepin/dtkcommon/compare/5.7.16..5.7.17 + + diff --git a/VERSION b/VERSION index e8406ce..f3ca4b6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.7.16 +5.7.17 diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD index 0dff20c..6782b89 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: justforlxz pkgname=dtkcommon-git -pkgver=5.5.17.r8.gfe3dd87 +pkgver=5.7.17 pkgrel=1 sourcename=dtkcommon sourcetars=("$sourcename"_"$pkgver".tar.xz) diff --git a/debian/changelog b/debian/changelog index d3776a9..ffaf142 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dtkcommon (5.7.17) unstable; urgency=medium + + * Release 5.7.17 + + -- yeshanshan Thu, 19 Jun 2025 09:31:54 +0800 + dtkcommon (5.7.16) unstable; urgency=medium * Release 5.7.16 diff --git a/rpm/dtkcommon.spec b/rpm/dtkcommon.spec index 05dfaf4..a46ecbe 100644 --- a/rpm/dtkcommon.spec +++ b/rpm/dtkcommon.spec @@ -1,5 +1,5 @@ Name: dtkcommon -Version: 5.5.17 +Version: 5.7.17 Release: 1 Summary: dtk common files Source0: %{name}-%{version}.orig.tar.xz