Skip to content

Commit 4cd8475

Browse files
committed
Release version 2.6.0
1 parent 6a979bb commit 4cd8475

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

.tito/packages/faf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.5.0 ./
1+
2.6.0 ./

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
6+
7+
## [2.6.0] - 2022-10-24
68
### Changed
79
- Bumped Python dependency to >= 3.6
810
- Bumped Celery dependency to >= 5.2.2 due to a security bug in earlier versions
@@ -244,7 +246,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
244246
### Changed
245247
- Complete rewrite of core and web parts of faf
246248

247-
[Unreleased]: https://github.com/abrt/faf/compare/2.5.0...HEAD
249+
[Unreleased]: https://github.com/abrt/faf/compare/2.6.0...HEAD
250+
[2.6.0]: https://github.com/abrt/faf/compare/2.5.0...2.6.0
248251
[2.5.0]: https://github.com/abrt/faf/compare/2.4.0...2.5.0
249252
[2.4.0]: https://github.com/abrt/faf/compare/2.3.0...2.4.0
250253
[2.3.0]: https://github.com/abrt/faf/compare/2.2.0...2.3.0

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ AC_DEFUN([FAF_PARSE_WITH],
99
fi
1010
m4_popdef([FAF_UC_PACKAGE])])
1111

12-
m4_define([faf_version], [2.5.0])
12+
m4_define([faf_version], [2.6.0])
1313

1414
AC_INIT([faf],
1515
[faf_version],

faf.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: faf
2-
Version: 2.5.0
2+
Version: 2.6.0
33
Release: 1%{?dist}
44
Summary: Software Problem Analysis Tool
55
License: GPLv3+

0 commit comments

Comments
 (0)