From 742b1134e8490d3723e582b2880541144eaaa9b5 Mon Sep 17 00:00:00 2001 From: Alexandre Petitjean Date: Sun, 30 Jun 2024 23:46:15 +0200 Subject: [PATCH] Update changelog and version --- CHANGELOG.md | 7 ++++++- CMakeLists.txt | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f20fed2..86cf479 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] + +## [0.11.1] - 2024-06-30 + ### Fixed - Fix missing log directory at first startup (Thanks to @ensemblebd) +- Settings management ## [0.11.0] - 2024-05-22 @@ -191,7 +195,8 @@ Special thanks to @shrippen for its support through [sponsorship](https://github Initial version. -[Unreleased]: https://github.com/AlexandrePTJ/kemai/compare/0.11.0...HEAD +[Unreleased]: https://github.com/AlexandrePTJ/kemai/compare/0.11.1...HEAD +[0.11.1]: https://github.com/AlexandrePTJ/kemai/compare/0.11.0...0.11.1 [0.11.0]: https://github.com/AlexandrePTJ/kemai/compare/0.10.0...0.11.0 [0.10.0]: https://github.com/AlexandrePTJ/kemai/compare/0.9.4...0.10.0 [0.9.4]: https://github.com/AlexandrePTJ/kemai/compare/0.9.3...0.9.4 diff --git a/CMakeLists.txt b/CMakeLists.txt index b4f86c2..605f488 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.11) -project(KemaiProject VERSION 0.12.0 LANGUAGES CXX) +project(KemaiProject VERSION 0.11.1 LANGUAGES CXX) # Point CMake to the custom modules list(APPEND CMAKE_MODULE_PATH ${CMAKE_BINARY_DIR} ${CMAKE_SOURCE_DIR}/cmake)