Skip to content

Commit

Permalink
Prepare 0.15.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
frankosterfeld committed Jan 16, 2025
1 parent 89285f1 commit ad7344c
Show file tree
Hide file tree
Showing 2 changed files with 10 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.14.99)
set(QTKEYCHAIN_VERSION 0.15.0)
set(QTKEYCHAIN_SOVERSION 1)

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

version 0.15.0 (release 2025-01-16)

- Windows: Increase size of possible payloads (Hannah von Reth <[email protected]>)
- KWallet: Increase timeout when opening wallet (David Faure <[email protected]>)
- Haiku: Fix reading passwords (Joshua Goins <[email protected]>)
- Add unit tests (Hannah von Reth <[email protected]>)
- Windows build fixes (Nerixyz <[email protected]>)
- Fix translation creation (Christophe Marin <[email protected]>)

version 0.14.3 (release 2024-05-03)

- Fix Android build for Qt 6.7 (Volker Krause <[email protected]>)
Expand Down

0 comments on commit ad7344c

Please sign in to comment.