Skip to content

Commit

Permalink
Update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandrePTJ committed Jun 30, 2024
1 parent 0f3cbe6 commit 742b113
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
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.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)
Expand Down

0 comments on commit 742b113

Please sign in to comment.