Compare commits
1 Commits
master
...
release-5.
| Author | SHA1 | Date |
|---|---|---|
|
|
dd60967681 |
23
CHANGELOG.md
23
CHANGELOG.md
|
|
@ -1,3 +1,26 @@
|
|||
# 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-18
|
||||
|
||||
### Added
|
||||
|
||||
- Feat(ci): add auto release
|
||||
- Add license for VERSION.in
|
||||
|
||||
### Changed
|
||||
|
||||
- Support VERSION file
|
||||
- Update .syncexclude
|
||||
|
||||
### Fixed
|
||||
|
||||
- .deepin@main -> .deepin@master
|
||||
|
||||
<a name="5.7.14"></a>
|
||||
## 5.7.14 (2025-04-12)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: justforlxz <justforlxz@gmail.com>
|
||||
pkgname=dtkcore-git
|
||||
pkgver=5.7.15
|
||||
pkgver=5.7.17
|
||||
pkgrel=1
|
||||
sourcename=dtkcore
|
||||
sourcetars=("$sourcename"_"$pkgver".tar.xz)
|
||||
|
|
|
|||
|
|
@ -1,3 +1,9 @@
|
|||
dtkcore (5.7.17) unstable; urgency=medium
|
||||
|
||||
* Release 5.7.17
|
||||
|
||||
-- asterwyx <wangyixue@uniontech.com> Wed, 18 Jun 2025 18:01:08 +0800
|
||||
|
||||
dtkcore (5.7.16) unstable; urgency=medium
|
||||
|
||||
* fix: add missing UosMilitary edition type cases
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Name: dtkcore
|
||||
Version: 5.5.18
|
||||
Release: 1%{?dist}
|
||||
Version: 5.7.17
|
||||
Release: 1
|
||||
Summary: Deepin tool kit core modules
|
||||
License: LGPLv3+
|
||||
URL: https://github.com/linuxdeepin/dtkcore
|
||||
|
|
|
|||
Loading…
Reference in New Issue