Skip to content

Commit 2a2c947

Browse files
committed
Bump to v1.2.0
1 parent 79ac51b commit 2a2c947

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## v1.2.0
4+
5+
- Rename `lib` folder into `src`, and `src` subfolder into `source`.
6+
- Add CI jobs to build and test on Windows, Linux and MacOS.
7+
- Rename `setForceSingleInstance(bool)` into `setMode(SingleInstance|MultipleInstances)`.
8+
- Add new test for single instance mode.
9+
- Replace Bash scripts by CMake presets.
10+
- Fix warnings.
11+
312
## v1.1.0
413

514
- Linux compatibility fixes.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include(DeployQt)
77
# Set project information.
88
project("QtAppInstanceManager"
99
LANGUAGES CXX
10-
VERSION 1.1.0.0
10+
VERSION 1.2.0.0
1111
)
1212
set(PROJECT_NAMESPACE "oclero")
1313

0 commit comments

Comments
 (0)