File tree 4 files changed +7
-4
lines changed
4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
- 2.5 .0 ./
1
+ 2.6 .0 ./
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
5
## [ Unreleased]
6
+
7
+ ## [ 2.6.0] - 2022-10-24
6
8
### Changed
7
9
- Bumped Python dependency to >= 3.6
8
10
- 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/).
244
246
### Changed
245
247
- Complete rewrite of core and web parts of faf
246
248
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
248
251
[ 2.5.0 ] : https://github.com/abrt/faf/compare/2.4.0...2.5.0
249
252
[ 2.4.0 ] : https://github.com/abrt/faf/compare/2.3.0...2.4.0
250
253
[ 2.3.0 ] : https://github.com/abrt/faf/compare/2.2.0...2.3.0
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ AC_DEFUN([FAF_PARSE_WITH],
9
9
fi
10
10
m4_popdef ( [ FAF_UC_PACKAGE] ) ] )
11
11
12
- m4_define ( [ faf_version] , [ 2.5 .0] )
12
+ m4_define ( [ faf_version] , [ 2.6 .0] )
13
13
14
14
AC_INIT ( [ faf] ,
15
15
[ faf_version] ,
Original file line number Diff line number Diff line change 1
1
Name: faf
2
- Version: 2.5 .0
2
+ Version: 2.6 .0
3
3
Release: 1%{?dist }
4
4
Summary: Software Problem Analysis Tool
5
5
License: GPLv3+
You can’t perform that action at this time.
0 commit comments