Skip to content

Commit

Permalink
Bump to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oclero committed Feb 18, 2024
1 parent 79ac51b commit 2a2c947
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v1.2.0

- Rename `lib` folder into `src`, and `src` subfolder into `source`.
- Add CI jobs to build and test on Windows, Linux and MacOS.
- Rename `setForceSingleInstance(bool)` into `setMode(SingleInstance|MultipleInstances)`.
- Add new test for single instance mode.
- Replace Bash scripts by CMake presets.
- Fix warnings.

## v1.1.0

- Linux compatibility fixes.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include(DeployQt)
# Set project information.
project("QtAppInstanceManager"
LANGUAGES CXX
VERSION 1.1.0.0
VERSION 1.2.0.0
)
set(PROJECT_NAMESPACE "oclero")

Expand Down

0 comments on commit 2a2c947

Please sign in to comment.