Skip to content

Commit

Permalink
New release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Conan-Kudo committed Apr 5, 2020
1 parent e4922eb commit a7295dd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ if(POLICY CMP0048)
cmake_policy(SET CMP0048 NEW)
endif(POLICY CMP0048)

project(dnfdragora VERSION 1.1.2 LANGUAGES NONE)
project(dnfdragora VERSION 2.0.0 LANGUAGES NONE)
cmake_minimum_required(VERSION 3.4)

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")
Expand Down
6 changes: 6 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2020-04-04 v. 2.0.0
---------------------
- Massively reworked dnfdragora to be async and more reliable
- Improved logging and added logging to dnfdragora-updater
- Improved error handling for transactions

2019-04-26 v. 1.1.2
---------------------
- Fix screenshot referenced in dnfdragora metainfo file
Expand Down

0 comments on commit a7295dd

Please sign in to comment.