Skip to content

Commit a7295dd

Browse files
committed
New release 2.0.0
1 parent e4922eb commit a7295dd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ if(POLICY CMP0048)
22
cmake_policy(SET CMP0048 NEW)
33
endif(POLICY CMP0048)
44

5-
project(dnfdragora VERSION 1.1.2 LANGUAGES NONE)
5+
project(dnfdragora VERSION 2.0.0 LANGUAGES NONE)
66
cmake_minimum_required(VERSION 3.4)
77

88
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")

Diff for: Changes

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2020-04-04 v. 2.0.0
2+
---------------------
3+
- Massively reworked dnfdragora to be async and more reliable
4+
- Improved logging and added logging to dnfdragora-updater
5+
- Improved error handling for transactions
6+
17
2019-04-26 v. 1.1.2
28
---------------------
39
- Fix screenshot referenced in dnfdragora metainfo file

0 commit comments

Comments
 (0)