Skip to content

Commit 1b76cc6

Browse files
committed
Release 5.2.18.0
1 parent ec14321 commit 1b76cc6

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 5.2.18.0
2+
3+
- tutorial: libdnf5 plugins: fix `enable` options
4+
- Add `local` plugin
5+
16
# 5.2.17.0
27

38
- Update translations from weblate

VERSION.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
set(DEFAULT_PROJECT_VERSION_PRIME 5)
22
set(DEFAULT_PROJECT_VERSION_MAJOR 2)
3-
set(DEFAULT_PROJECT_VERSION_MINOR 17)
3+
set(DEFAULT_PROJECT_VERSION_MINOR 18)
44
set(DEFAULT_PROJECT_VERSION_MICRO 0)
55

66
if(DEFINED PROJECT_VERSION_PRIME)

dnf5.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%global project_version_prime 5
22
%global project_version_major 2
3-
%global project_version_minor 17
3+
%global project_version_minor 18
44
%global project_version_micro 0
55

66
%bcond dnf5_obsoletes_dnf %[0%{?fedora} > 40 || 0%{?rhel} > 10]
@@ -1048,6 +1048,9 @@ mkdir -p %{buildroot}%{_libdir}/libdnf5/plugins
10481048
%ldconfig_scriptlets
10491049

10501050
%changelog
1051+
* Wed Jan 14 2026 Packit Team <hello@packit.dev> - 5.2.18.0-1
1052+
- New upstream release 5.2.18.0
1053+
10511054
* Tue Sep 02 2025 Packit Team <hello@packit.dev> - 5.2.17.0-1
10521055
- New upstream release 5.2.17.0
10531056

0 commit comments

Comments
 (0)