Skip to content

Commit

Permalink
Release version 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Feb 1, 2025
1 parent 3f31a86 commit be1dbdd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog[^1]

## [Unreleased][]
## [0.5.4][2025-02-01]

### Added

Expand All @@ -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)

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down

0 comments on commit be1dbdd

Please sign in to comment.