Skip to content

Commit

Permalink
Prepare 0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
frankosterfeld committed Nov 18, 2021
1 parent 301837d commit c236f92
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.16)

set(QTKEYCHAIN_VERSION 0.13.1)
set(QTKEYCHAIN_VERSION 0.13.2)
set(QTKEYCHAIN_SOVERSION 1)

project(qtkeychain VERSION ${QTKEYCHAIN_VERSION} LANGUAGES CXX)
Expand Down
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
ChangeLog
=========

version 0.13.2 (release 2021-11-18)

- CMake: Deprecate QTKEYCHAIN_STATIC in favor of BUILD_SHARED_LIBS ([email protected])

version 0.13.1 (release 2021-11-08)

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

0 comments on commit c236f92

Please sign in to comment.