Skip to content

Commit c236f92

Browse files
Prepare 0.13.2
1 parent 301837d commit c236f92

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.16)
22

3-
set(QTKEYCHAIN_VERSION 0.13.1)
3+
set(QTKEYCHAIN_VERSION 0.13.2)
44
set(QTKEYCHAIN_SOVERSION 1)
55

66
project(qtkeychain VERSION ${QTKEYCHAIN_VERSION} LANGUAGES CXX)

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
ChangeLog
22
=========
33

4+
version 0.13.2 (release 2021-11-18)
5+
6+
- CMake: Deprecate QTKEYCHAIN_STATIC in favor of BUILD_SHARED_LIBS ([email protected])
7+
48
version 0.13.1 (release 2021-11-08)
59

610
- KWallet: Fix deletion of entries (Issue #199)

0 commit comments

Comments
 (0)