diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e846294b..bd5020c49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog[^1] -## [Unreleased][] +## [0.5.4][2025-02-01] ### Added @@ -10,7 +10,7 @@ - Return `quint32` from all `maxValue` methods, instead of `QVariant` ([db8b841][]) - Upgrade to Doxygen 1.13.1. -- Upgrade to Qt 6.8.1, and 6.9.0 beta. +- Upgrade to Qt 6.8.2, and 6.9.0 beta. ## [0.5.3][] (2024-12-23) @@ -148,7 +148,8 @@ Thanks to [@lnxsr](https://github.com/lnxsr) for contributing to this release. - Support for Linux, macOS and Windows. - Support for [Qt][] 5.4+ and 6.2+ -[Unreleased]: https://github.com/pcolby/dokit/compare/v0.5.3...HEAD +[Unreleased]: https://github.com/pcolby/dokit/compare/v0.5.4...HEAD +[0.5.4]: https://github.com/pcolby/dokit/releases/tag/v0.5.4 [0.5.3]: https://github.com/pcolby/dokit/releases/tag/v0.5.3 [0.5.2]: https://github.com/pcolby/dokit/releases/tag/v0.5.2 [0.5.1]: https://github.com/pcolby/dokit/releases/tag/v0.5.1 diff --git a/CMakeLists.txt b/CMakeLists.txt index 18f47e575..e3b4ba9be 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,9 +23,9 @@ if (NOT DEFINED CMAKE_MESSAGE_LOG_LEVEL AND DEFINED ENV{CMAKE_MESSAGE_LOG_LEVEL} set(CMAKE_MESSAGE_LOG_LEVEL "$ENV{CMAKE_MESSAGE_LOG_LEVEL}") endif() -set(PROJECT_PRE_RELEASE pre) +#set(PROJECT_PRE_RELEASE pre) #set(PROJECT_PRE_RELEASE rc1) -#unset(PROJECT_PRE_RELEASE) +unset(PROJECT_PRE_RELEASE) if (PROJECT_PRE_RELEASE) add_compile_definitions(PROJECT_PRE_RELEASE="${PROJECT_PRE_RELEASE}") set(PROJECT_VERSION_SUFFIX "-${PROJECT_PRE_RELEASE}")