Skip to content

Commit

Permalink
Bump to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandrePTJ committed Jun 11, 2020
1 parent 8011ee2 commit 8d8218a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
0.3.1 (2020-06-11)
==================

- [#10](https://github.com/AlexandrePTJ/kemai/issues/10) Allow usage of CMake >= 3.11


0.3.0 (2020-06-09)
==================

- Add budget and timeBudget to activity, project and customer dialogs
- Add rotating file logger
- [#9](https://github.com/AlexandrePTJ/kemai/issues/) Fix 'Not acceptable'
- [#9](https://github.com/AlexandrePTJ/kemai/issues/9) Fix 'Not acceptable'


0.2.1 (2020-05-20)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.11)
project(KemaiProject VERSION 0.3.0 LANGUAGES CXX)
project(KemaiProject VERSION 0.3.1 LANGUAGES CXX)

# Point CMake to the custom modules
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
Expand Down

0 comments on commit 8d8218a

Please sign in to comment.