Skip to content

Commit

Permalink
Release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
julianmi committed Oct 27, 2021
1 parent ee6c3ad commit fff9170
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

cmake_minimum_required(VERSION 3.16.0)

project(effort-log VERSION 1.0.0 LANGUAGES CXX)
project(effort-log VERSION 1.0.1 LANGUAGES CXX)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,9 @@ For more information on how to develop and contribute to EffortLog, please conta

## Change log

* 1.0.1 (October 2021):
* Chore: Update to Qt 6.2
* Chore: Update documentation for version 1
* 1.0.0 (May 2021):
* Added feature: Support for Qt 6
* Chore: Switch to cmake
Expand Down
8 changes: 6 additions & 2 deletions doc/about.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
Copyright (c) 2015-2019 by IT Center, RWTH Aachen University
Copyright (c) 2015-2021 by IT Center, RWTH Aachen University
This file is part of EffortLog, a tool for collecting software
development effort.
Expand Down Expand Up @@ -36,8 +36,12 @@ Change log:

## Change log

* 1.0.1 (October 2021):
* Chore: Update to Qt 6.2
* Chore: Update documentation for version 1
* 1.0.0 (May 2021):
* Added feature: Support for Qt 6
* Chore: Switch to cmake
* 0.9.6 (March 2021):
* Chore: Updated to Qt 5.15
* Chore: Removed some deprecated code
Expand Down Expand Up @@ -107,7 +111,7 @@ systems and can be set executable by the following command:

## Licensing of EffortLog

Copyright © 2015-2019 IT Center, RWTH Aachen University
Copyright © 2015-2021 IT Center, RWTH Aachen University

This project is licensed under version 3 of the [GNU General Public
License](http://www.gnu.org/licenses/).
Expand Down
25 changes: 16 additions & 9 deletions doc/doc.html

Large diffs are not rendered by default.

0 comments on commit fff9170

Please sign in to comment.